Searched refs:MS_UNBINDABLE (Results 1 – 4 of 4) sorted by relevance
207 if (flags & (MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) 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()221 } else if (flags & MS_UNBINDABLE) { in tomoyo_mount_permission()225 flags &= ~MS_UNBINDABLE; in tomoyo_mount_permission()
85 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
129 if (type == MS_UNBINDABLE) in change_mnt_propagation()
2011 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()2720 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in do_mount()