Searched refs:MS_SHARED (Results 1 – 4 of 4) sorted by relevance
206 } 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()
88 #define MS_SHARED (1<<20) /* change to shared */ macro
121 if (type == MS_SHARED) { in change_mnt_propagation()
2011 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()