Searched refs:is_shared_mount (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 295 static bool is_shared_mount(const char *path) in is_shared_mount() function 609 ASSERT_EQ(is_shared_mount("/mnt/A"), true); in TEST_F() 614 ASSERT_EQ(is_shared_mount("/mnt/A/AA"), true); in TEST_F() 619 ASSERT_EQ(is_shared_mount("/mnt/A/AA/B"), true); in TEST_F() 624 ASSERT_EQ(is_shared_mount("/mnt/A/AA/B/BB"), true); in TEST_F() 639 ASSERT_EQ(is_shared_mount("/mnt/A"), true); in TEST_F() 644 ASSERT_EQ(is_shared_mount("/mnt/A/AA"), true); in TEST_F() 649 ASSERT_EQ(is_shared_mount("/mnt/A/AA/B"), true); in TEST_F() 654 ASSERT_EQ(is_shared_mount("/mnt/A/AA/B/BB"), true); in TEST_F() 688 ASSERT_EQ(is_shared_mount("/mnt/A"), false); in TEST_F() [all …]
|
| /linux/tools/testing/selftests/move_mount_set_group/ |
| H A D | move_mount_set_group_test.c | 149 static bool is_shared_mount(const char *path) in is_shared_mount() function 372 ASSERT_EQ(is_shared_mount(SET_GROUP_A), 1); in TEST_F()
|