Home
last modified time | relevance | path

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

/openbmc/linux/security/tomoyo/
H A Dmount.c211 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()
/openbmc/linux/include/uapi/linux/
H A Dmount.h31 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h31 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
/openbmc/linux/security/apparmor/
H A Dmount.c59 if (flags & MS_UNBINDABLE) in audit_mnt_flags()
471 MS_UNBINDABLE); in aa_mount_change_type()
H A Dlsm.c606 MS_UNBINDABLE)) in apparmor_sb_mount()
/openbmc/linux/fs/
H A Dpnode.c132 if (type == MS_UNBINDABLE) in change_mnt_propagation()
H A Dnamespace.c2532 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()
3676 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in path_mount()
3922 (MS_UNBINDABLE | MS_PRIVATE | MS_SLAVE | MS_SHARED)
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h492 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro