Home
last modified time | relevance | path

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

/linux-6.6.21/security/tomoyo/
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()
220 } else if (flags & MS_SLAVE) { in tomoyo_mount_permission()
224 flags &= ~MS_SLAVE; in tomoyo_mount_permission()
226 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE)) in tomoyo_mount_permission()
/linux-6.6.21/tools/include/uapi/linux/
Dmount.h33 #define MS_SLAVE (1<<19) /* change to slave */ macro
/linux-6.6.21/include/uapi/linux/
Dmount.h33 #define MS_SLAVE (1<<19) /* change to slave */ macro
/linux-6.6.21/tools/testing/selftests/firmware/
Dfw_namespace.c105 if (mount(NULL, "/", NULL, MS_SLAVE|MS_REC, NULL) == -1) in test_fw_in_ns()
/linux-6.6.21/security/apparmor/
Dmount.c65 if (flags & MS_SLAVE) in audit_mnt_flags()
470 flags &= (MS_REC | MS_SILENT | MS_SHARED | MS_PRIVATE | MS_SLAVE | in aa_mount_change_type()
Dlsm.c605 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | in apparmor_sb_mount()
/linux-6.6.21/fs/
Dpnode.c129 if (type != MS_SLAVE) { in change_mnt_propagation()
Dnamespace.c2532 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()
3668 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in path_mount()
3914 (MS_UNBINDABLE | MS_PRIVATE | MS_SLAVE | MS_SHARED)