Searched refs:MS_SHARED (Results 1 – 3 of 3) sorted by relevance
/tools/testing/selftests/move_mount_set_group/ |
D | move_mount_set_group_test.c | 28 #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()
|
/tools/include/uapi/linux/ |
D | mount.h | 34 #define MS_SHARED (1<<20) /* change to shared */ macro
|
/tools/testing/selftests/mount_setattr/ |
D | mount_setattr_test.c | 81 #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()
|