Home
last modified time | relevance | path

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

/linux-6.6.21/security/tomoyo/
Dmount.c210 } else if (flags & MS_SHARED) { in tomoyo_mount_permission()
214 flags &= ~MS_SHARED; 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()
226 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE)) in tomoyo_mount_permission()
/linux-6.6.21/tools/testing/selftests/move_mount_set_group/
Dmove_mount_set_group_test.c28 #ifndef MS_SHARED
29 #define MS_SHARED (1 << 20) macro
218 if (mount(NULL, SET_GROUP_FROM, NULL, MS_SHARED, 0)) in move_mount_set_group_supported()
319 ret = mount(NULL, SET_GROUP_A, NULL, MS_SHARED, 0); in get_nestedns_mount_cb()
/linux-6.6.21/tools/include/uapi/linux/
Dmount.h34 #define MS_SHARED (1<<20) /* change to shared */ macro
/linux-6.6.21/include/uapi/linux/
Dmount.h34 #define MS_SHARED (1<<20) /* change to shared */ macro
/linux-6.6.21/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c81 #ifndef MS_SHARED
82 #define MS_SHARED (1 << 20) macro
347 .propagation = MS_SHARED, in mount_setattr_thread()
608 attr.propagation = MS_SHARED; in TEST_F()
672 .propagation = MS_SHARED, in TEST_F()
/linux-6.6.21/security/apparmor/
Dmount.c68 if (flags & MS_SHARED) 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.c124 if (type == MS_SHARED) { in change_mnt_propagation()
Dnamespace.c2532 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()
2559 if (type == MS_SHARED) { in do_change_type()
3668 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in path_mount()
3914 (MS_UNBINDABLE | MS_PRIVATE | MS_SLAVE | MS_SHARED)
4454 if (kattr->propagation == MS_SHARED) { in do_mount_setattr()