Searched refs:MS_SHARED (Results 1 – 12 of 12) sorted by relevance
210 } else if (flags & MS_SHARED) { in tomoyo_mount_permission()214 flags &= ~MS_SHARED; in tomoyo_mount_permission()216 if (flags & (MS_SHARED | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()221 if (flags & (MS_SHARED | MS_PRIVATE | MS_UNBINDABLE)) in tomoyo_mount_permission()226 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE)) in tomoyo_mount_permission()
71 MS_SHARED = 1 << 20, /* Change to shared. */ enumerator72 #define MS_SHARED MS_SHARED macro
32 #define MS_SHARED (1<<20) /* change to shared */ macro
128 #define MS_SHARED (1<<20) /* change to shared */ macro
68 if (flags & MS_SHARED) in audit_mnt_flags()471 flags &= (MS_REC | MS_SILENT | MS_SHARED | MS_PRIVATE | MS_SLAVE | in aa_mount_change_type()
547 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | in apparmor_sb_mount()
124 if (type == MS_SHARED) { in change_mnt_propagation()
2286 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()2313 if (type == MS_SHARED) { in do_change_type()3224 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in path_mount()
496 #define MS_SHARED (1<<20) /* change to shared */ macro