Searched refs:MS_SLAVE (Results 1 – 6 of 6) sorted by relevance
208 if (flags & (MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()213 if (flags & (MS_SHARED | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()217 } else if (flags & MS_SLAVE) { in tomoyo_mount_permission()221 flags &= ~MS_SLAVE; in tomoyo_mount_permission()223 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE)) in tomoyo_mount_permission()
127 #define MS_SLAVE (1<<19) /* change to slave */ macro
68 if (flags & MS_SLAVE) in audit_mnt_flags()464 flags &= (MS_REC | MS_SILENT | MS_SHARED | MS_PRIVATE | MS_SLAVE | in aa_mount_change_type()
540 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | in apparmor_sb_mount()
129 if (type != MS_SLAVE) { in change_mnt_propagation()
2084 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()2782 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in do_mount()