Searched refs:MS_UNBINDABLE (Results 1 – 12 of 12) sorted by relevance
211 if (flags & (MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) 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()225 } else if (flags & MS_UNBINDABLE) { in tomoyo_mount_permission()229 flags &= ~MS_UNBINDABLE; in tomoyo_mount_permission()
65 MS_UNBINDABLE = 1 << 17, /* Change to unbindable. */ enumerator66 #define MS_UNBINDABLE MS_UNBINDABLE macro
29 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
125 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
59 if (flags & MS_UNBINDABLE) in audit_mnt_flags()472 MS_UNBINDABLE); in aa_mount_change_type()
548 MS_UNBINDABLE)) in apparmor_sb_mount()
132 if (type == MS_UNBINDABLE) in change_mnt_propagation()
2286 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()3224 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in path_mount()
493 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro