Symbol: MS_SHARED
fs/namespace.c
2852
if (type & ~(MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE))
fs/namespace.c
2884
if (type == MS_SHARED) {
fs/namespace.c
4154
if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE))
fs/namespace.c
4380
(MS_UNBINDABLE | MS_PRIVATE | MS_SLAVE | MS_SHARED)
fs/namespace.c
4910
if (kattr->propagation == MS_SHARED) {
fs/namespace.c
5246
propagation |= MS_SHARED;
fs/pnode.c
97
if (type == MS_SHARED) {
samples/vfs/mountinfo.c
104
if (sm->mnt_propagation & MS_SHARED)
samples/vfs/samples-vfs.h
245
#ifndef MS_SHARED
security/apparmor/lsm.c
721
else if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE |
security/apparmor/mount.c
470
flags &= (MS_REC | MS_SILENT | MS_SHARED | MS_PRIVATE | MS_SLAVE |
security/apparmor/mount.c
70
if (flags & MS_SHARED)
security/tomoyo/mount.c
212
} else if (flags & MS_SHARED) {
security/tomoyo/mount.c
216
flags &= ~MS_SHARED;
security/tomoyo/mount.c
218
if (flags & (MS_SHARED | MS_SLAVE | MS_UNBINDABLE))
security/tomoyo/mount.c
223
if (flags & (MS_SHARED | MS_PRIVATE | MS_UNBINDABLE))
security/tomoyo/mount.c
228
if (flags & (MS_SHARED | MS_PRIVATE | MS_SLAVE))
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
243
ret = mount("", "/", NULL, MS_SHARED, NULL);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
381
ret = mount("", "/a", NULL, MS_SHARED, NULL);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
270
ret = mount("", "/", NULL, MS_SHARED, NULL);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
408
ret = mount("", "/a", NULL, MS_SHARED, NULL);
tools/testing/selftests/filesystems/statmount/statmount_test.c
200
ret = mount("", "/", NULL, MS_REC|MS_SHARED, NULL);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
2091
ASSERT_EQ(mount(NULL, "/mnt", NULL, MS_REC | MS_SHARED, NULL), 0);
tools/testing/selftests/mount_setattr/mount_setattr_test.c
337
.propagation = MS_SHARED,
tools/testing/selftests/mount_setattr/mount_setattr_test.c
602
attr.propagation = MS_SHARED;
tools/testing/selftests/mount_setattr/mount_setattr_test.c
666
.propagation = MS_SHARED,
tools/testing/selftests/mount_setattr/mount_setattr_test.c
82
#ifndef MS_SHARED
tools/testing/selftests/move_mount_set_group/move_mount_set_group_test.c
218
if (mount(NULL, SET_GROUP_FROM, NULL, MS_SHARED, 0))
tools/testing/selftests/move_mount_set_group/move_mount_set_group_test.c
28
#ifndef MS_SHARED
tools/testing/selftests/move_mount_set_group/move_mount_set_group_test.c
319
ret = mount(NULL, SET_GROUP_A, NULL, MS_SHARED, 0);