Searched refs:is_shared_mount (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/mount_setattr/ |
H A D | mount_setattr_test.c | 305 static bool is_shared_mount(const char *path) in is_shared_mount() function 615 ASSERT_EQ(is_shared_mount("/mnt/A"), true); in TEST_F() 620 ASSERT_EQ(is_shared_mount("/mnt/A/AA"), true); in TEST_F() 625 ASSERT_EQ(is_shared_mount("/mnt/A/AA/B"), true); in TEST_F() 630 ASSERT_EQ(is_shared_mount("/mnt/A/AA/B/BB"), true); in TEST_F() 645 ASSERT_EQ(is_shared_mount("/mnt/A"), true); in TEST_F() 650 ASSERT_EQ(is_shared_mount("/mnt/A/AA"), true); in TEST_F() 655 ASSERT_EQ(is_shared_mount("/mnt/A/AA/B"), true); in TEST_F() 660 ASSERT_EQ(is_shared_mount("/mnt/A/AA/B/BB"), true); in TEST_F() 694 ASSERT_EQ(is_shared_mount("/mnt/A"), false); in TEST_F() [all …]
|
/openbmc/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()
|