Home
last modified time | relevance | path

Searched refs:NUM_FAN_FDS (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/filesystems/mount-notify/
H A Dmount-notify_test.c34 #define NUM_FAN_FDS ARRAY_SIZE(mark_cmds) macro
37 int fan_fd[NUM_FAN_FDS]; in FIXTURE()
77 for (i = 0; i < NUM_FAN_FDS; i++) { in FIXTURE_SETUP()
103 for (i = 0; i < NUM_FAN_FDS; i++) in FIXTURE_TEARDOWN()
128 for (i = NUM_FAN_FDS - 1; i >= 0; i--) { in expect_notify()
H A Dmount-notify_test_ns.c40 #define NUM_FAN_FDS ARRAY_SIZE(mark_cmds) macro
43 int fan_fd[NUM_FAN_FDS]; in FIXTURE()
86 for (i = 0; i < NUM_FAN_FDS; i++) { in FIXTURE_SETUP()
130 for (i = 0; i < NUM_FAN_FDS; i++) in FIXTURE_TEARDOWN()
155 for (i = NUM_FAN_FDS - 1; i >= 0; i--) { in expect_notify()