Home
last modified time | relevance | path

Searched refs:bind_remount_recursive_with_mountinfo (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dmount-util.h44 int bind_remount_recursive_with_mountinfo(const char *prefix, unsigned long new_flags, unsigned lon…
46 … return bind_remount_recursive_with_mountinfo(prefix, new_flags, flags_mask, deny_list, NULL); in bind_remount_recursive()
Dmount-util.c164 int bind_remount_recursive_with_mountinfo( in bind_remount_recursive_with_mountinfo() function
/systemd-251/src/core/
Dnamespace.c1531 …r = bind_remount_recursive_with_mountinfo(mount_entry_path(m), new_flags, flags_mask, deny_list, p… in make_read_only()
1569 …r = bind_remount_recursive_with_mountinfo(mount_entry_path(m), new_flags, flags_mask, deny_list, p… in make_noexec()
1591 …r = bind_remount_recursive_with_mountinfo(mount_entry_path(m), MS_NOSUID, MS_NOSUID, NULL, proc_se… in make_nosuid()