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

/systemd/src/nspawn/
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);

Completed in 55 milliseconds