Symbol: expect_notify_mask_n
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
311
expect_notify_mask_n(_metadata, self, FAN_MNT_ATTACH, num - 1, mnts + 1);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
326
expect_notify_mask_n(_metadata, self, FAN_MNT_DETACH, num - 1, mnts2 + 1);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
390
expect_notify_mask_n(_metadata, self, FAN_MNT_ATTACH, 2, mnts + 1);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
398
expect_notify_mask_n(_metadata, self, FAN_MNT_ATTACH, 2, mnts + 3);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
439
expect_notify_mask_n(_metadata, self, FAN_MNT_DETACH, 3, dmnts);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
456
expect_notify_mask_n(_metadata, self, FAN_MNT_ATTACH, 2, mnts + 1);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
477
expect_notify_mask_n(_metadata, self, FAN_MNT_DETACH, 2, mnts + 1);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
511
expect_notify_mask_n(_metadata, self, FAN_MNT_ATTACH | FAN_MNT_DETACH, 2, mnts2);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
338
expect_notify_mask_n(_metadata, self, FAN_MNT_ATTACH, num - 1, mnts + 1);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
353
expect_notify_mask_n(_metadata, self, FAN_MNT_DETACH, num - 1, mnts2 + 1);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
417
expect_notify_mask_n(_metadata, self, FAN_MNT_ATTACH, 2, mnts + 1);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
425
expect_notify_mask_n(_metadata, self, FAN_MNT_ATTACH, 2, mnts + 3);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
466
expect_notify_mask_n(_metadata, self, FAN_MNT_DETACH, 3, dmnts);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
483
expect_notify_mask_n(_metadata, self, FAN_MNT_ATTACH, 2, mnts + 1);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
504
expect_notify_mask_n(_metadata, self, FAN_MNT_DETACH, 2, mnts + 1);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
538
expect_notify_mask_n(_metadata, self, FAN_MNT_ATTACH | FAN_MNT_DETACH, 2, mnts2);