Searched refs:MS_UNBINDABLE (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()218 if (flags & (MS_SHARED | MS_PRIVATE | MS_UNBINDABLE)) in tomoyo_mount_permission()222 } else if (flags & MS_UNBINDABLE) { in tomoyo_mount_permission()226 flags &= ~MS_UNBINDABLE; in tomoyo_mount_permission()
125 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
62 if (flags & MS_UNBINDABLE) in audit_mnt_flags()465 MS_UNBINDABLE); in aa_mount_change_type()
541 MS_UNBINDABLE)) in apparmor_sb_mount()
132 if (type == MS_UNBINDABLE) 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()