Searched refs:custom_mount_add (Results 1 - 3 of 3) sorted by relevance
/systemd/src/nspawn/ |
H A D | nspawn-mount.h | 50 CustomMount* custom_mount_add(CustomMount **l, unsigned *n, CustomMountType t);
|
H A D | nspawn-mount.c | 41 CustomMount* custom_mount_add(CustomMount **l, unsigned *n, CustomMountType t) { function 132 m = custom_mount_add(l, n, CUSTOM_MOUNT_BIND); 171 m = custom_mount_add(l, n, CUSTOM_MOUNT_TMPFS);
|
H A D | nspawn.c | 696 m = custom_mount_add(&arg_custom_mounts, &arg_n_custom_mounts, CUSTOM_MOUNT_OVERLAY);
|
Completed in 1656 milliseconds