Searched refs:custom_mount_add (Results 1 - 3 of 3) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn-mount.h50 CustomMount* custom_mount_add(CustomMount **l, unsigned *n, CustomMountType t);
H A Dnspawn-mount.c41 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 Dnspawn.c696 m = custom_mount_add(&arg_custom_mounts, &arg_n_custom_mounts, CUSTOM_MOUNT_OVERLAY);

Completed in 1656 milliseconds