Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/filesystems/mount-notify/
H A Dmount-notify_test.c57 #define NUM_FAN_FDS ARRAY_SIZE(mark_cmds) macro
60 int fan_fd[NUM_FAN_FDS]; in FIXTURE()
100 for (i = 0; i < NUM_FAN_FDS; i++) { in FIXTURE_SETUP()
126 for (i = 0; i < NUM_FAN_FDS; i++) in FIXTURE_TEARDOWN()
151 for (i = NUM_FAN_FDS - 1; i >= 0; i--) { in expect_notify()