Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dmount.c206 } else if (flags & MS_SHARED) { in tomoyo_mount_permission()
210 flags &= ~MS_SHARED; in tomoyo_mount_permission()
212 if (flags & (MS_SHARED | MS_SLAVE | MS_UNBINDABLE)) 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.h88 #define MS_SHARED (1<<20) /* change to shared */ macro
/linux-4.4.14/fs/
Dpnode.c121 if (type == MS_SHARED) { in change_mnt_propagation()
Dnamespace.c2011 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()
2038 if (type == MS_SHARED) { in do_change_type()
2720 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in do_mount()