Home
last modified time | relevance | path

Searched refs:MS_UNBINDABLE (Results 1 – 7 of 7) sorted by relevance

/linux/security/tomoyo/
H A Dmount.c213 if (flags & (MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()
218 if (flags & (MS_SHARED | MS_SLAVE | MS_UNBINDABLE)) in tomoyo_mount_permission()
223 if (flags & (MS_SHARED | MS_PRIVATE | MS_UNBINDABLE)) in tomoyo_mount_permission()
227 } else if (flags & MS_UNBINDABLE) { in tomoyo_mount_permission()
231 flags &= ~MS_UNBINDABLE; in tomoyo_mount_permission()
/linux/tools/include/uapi/linux/
H A Dmount.h31 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h31 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
/linux/samples/vfs/
H A Dmountinfo.c111 if (sm->mnt_propagation & MS_UNBINDABLE) in show_propagation()
/linux/security/apparmor/
H A Dmount.c65 if (flags & MS_UNBINDABLE) in audit_mnt_flags()
410 MS_UNBINDABLE); in aa_mount_change_type()
H A Dlsm.c728 MS_UNBINDABLE)) in apparmor_sb_mount()
/linux/fs/
H A Dpnode.c119 if (type == MS_UNBINDABLE) in change_mnt_propagation()