Home
last modified time | relevance | path

Searched refs:MS_PRIVATE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/security/tomoyo/
Dmount.c207 if (flags & (MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()
211 } else if (flags & MS_PRIVATE) { in tomoyo_mount_permission()
215 flags &= ~MS_PRIVATE; in tomoyo_mount_permission()
217 if (flags & (MS_SHARED | MS_PRIVATE | MS_UNBINDABLE)) in tomoyo_mount_permission()
222 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE)) in tomoyo_mount_permission()
/linux-4.4.14/include/uapi/linux/
Dfs.h86 #define MS_PRIVATE (1<<18) /* change to private */ macro
/linux-4.4.14/tools/testing/selftests/capabilities/
Dtest_execve.c124 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL) != 0) in create_and_enter_ns()
/linux-4.4.14/fs/
Dnamespace.c1444 change_mnt_propagation(p, MS_PRIVATE); in umount_tree()
2011 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()
2720 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in do_mount()