Searched refs:mount_all (Results 1 - 3 of 3) sorted by relevance
/systemd/src/nspawn/ |
H A D | nspawn-mount.h | 58 int mount_all(const char *dest, bool use_userns, bool in_userns, bool use_netns, uid_t uid_shift, uid_t uid_range, const char *selinux_apifs_context);
|
H A D | nspawn-mount.c | 282 int mount_all(const char *dest, function
|
H A D | nspawn.c | 2487 r = mount_all(NULL, arg_userns, true, arg_uid_shift, arg_private_network, arg_uid_range, arg_selinux_apifs_context); 2759 r = mount_all(directory, arg_userns, false, arg_private_network, arg_uid_shift, arg_uid_range, arg_selinux_apifs_context);
|
Completed in 341 milliseconds