Home
last modified time | relevance | path

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

/linux/security/tomoyo/
A 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/tools/testing/selftests/move_mount_set_group/
A 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/tools/include/uapi/linux/
A Dmount.h34 #define MS_SHARED (1<<20) /* change to shared */ macro
/linux/include/uapi/linux/
A Dmount.h34 #define MS_SHARED (1<<20) /* change to shared */ macro
/linux/tools/testing/selftests/mount_setattr/
A Dmount_setattr_test.c80 #ifndef MS_SHARED
81 #define MS_SHARED (1 << 20) macro
353 .propagation = MS_SHARED, in mount_setattr_thread()
614 attr.propagation = MS_SHARED; in TEST_F()
678 .propagation = MS_SHARED, in TEST_F()
/linux/security/apparmor/
A 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()
A Dlsm.c556 else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | in apparmor_sb_mount()
/linux/fs/
A Dpnode.c124 if (type == MS_SHARED) { in change_mnt_propagation()
A Dnamespace.c2299 if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in flags_to_propagation_type()
2326 if (type == MS_SHARED) { in do_change_type()
3313 if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in path_mount()
3558 (MS_UNBINDABLE | MS_PRIVATE | MS_SLAVE | MS_SHARED)
4068 if (kattr->propagation == MS_SHARED) { in do_mount_setattr()

Completed in 22 milliseconds