Symbol: FAN_MNT_ATTACH
fs/notify/fanotify/fanotify.h
485
return mask & (FAN_MNT_ATTACH | FAN_MNT_DETACH);
include/linux/fanotify.h
112
#define FANOTIFY_MOUNT_EVENTS (FAN_MNT_ATTACH | FAN_MNT_DETACH)
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
260
mnts[1] = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
285
mnts[1] = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
293
move_id = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH | FAN_MNT_DETACH);
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
353
mnts[1] = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH);
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
406
mnts[5] = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
420
ASSERT_EQ(masks[i], FAN_MNT_ATTACH | FAN_MNT_DETACH);
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
494
mnts[2] = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
505
mnts[1] = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH);
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.c
83
FAN_MNT_ATTACH | FAN_MNT_DETACH,
tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
90
FAN_MNT_ATTACH | FAN_MNT_DETACH,
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
104
FAN_MNT_ATTACH | FAN_MNT_DETACH,
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
110
FAN_MNT_ATTACH | FAN_MNT_DETACH,
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
117
FAN_MNT_ATTACH | FAN_MNT_DETACH,
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
287
mnts[1] = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
312
mnts[1] = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
320
move_id = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH | FAN_MNT_DETACH);
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
380
mnts[1] = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH);
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
433
mnts[5] = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
447
ASSERT_EQ(masks[i], FAN_MNT_ATTACH | FAN_MNT_DETACH);
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
521
mnts[2] = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH);
tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
532
mnts[1] = expect_notify_mask(_metadata, self, FAN_MNT_ATTACH);
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);