Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/samples/vfs/
H A Dsamples-vfs.h233 #ifndef MS_UNBINDABLE
234 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
H A Dmountinfo.c111 if (sm->mnt_propagation & MS_UNBINDABLE) in show_propagation()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h31 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h31 #define MS_UNBINDABLE (1<<17) /* change to unbindable */ macro
/linux-6.15/security/apparmor/
H A Dmount.c61 if (flags & MS_UNBINDABLE) in audit_mnt_flags()
473 MS_UNBINDABLE); in aa_mount_change_type()
H A Dlsm.c725 MS_UNBINDABLE)) in apparmor_sb_mount()
/linux-6.15/fs/
H A Dpnode.c132 if (type == MS_UNBINDABLE) in change_mnt_propagation()
H A Dnamespace.c2920 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()
4203 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in path_mount()
4451 (MS_UNBINDABLE | MS_PRIVATE | MS_SLAVE | MS_SHARED)
5384 propagation |= MS_UNBINDABLE; in mnt_to_propagation_flags()