Searched refs:detach_id (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/filesystems/mount-notify/ |
| H A D | mount-notify_test.c | 266 uint64_t detach_id; in TEST_F() local 270 detach_id = expect_notify_mask(_metadata, self, FAN_MNT_DETACH); in TEST_F() 271 ASSERT_EQ(detach_id, mnts[1]); in TEST_F() 359 uint64_t detach_id; in TEST_F() local 363 detach_id = expect_notify_mask(_metadata, self, FAN_MNT_DETACH); in TEST_F() 364 ASSERT_EQ(detach_id, mnts[1]); in TEST_F()
|
| H A D | mount-notify_test_ns.c | 293 uint64_t detach_id; in TEST_F() local 297 detach_id = expect_notify_mask(_metadata, self, FAN_MNT_DETACH); in TEST_F() 298 ASSERT_EQ(detach_id, mnts[1]); in TEST_F() 386 uint64_t detach_id; in TEST_F() local 390 detach_id = expect_notify_mask(_metadata, self, FAN_MNT_DETACH); in TEST_F() 391 ASSERT_EQ(detach_id, mnts[1]); in TEST_F()
|