Searched refs:fan_fd (Results 1 – 1 of 1) sorted by relevance
60 int fan_fd[NUM_FAN_FDS]; in FIXTURE() local101 self->fan_fd[i] = fanotify_init(FAN_REPORT_MNT | FAN_NONBLOCK, in FIXTURE_SETUP()103 ASSERT_GE(self->fan_fd[i], 0); in FIXTURE_SETUP()104 ret = fanotify_mark(self->fan_fd[i], FAN_MARK_ADD | in FIXTURE_SETUP()111 ret = fanotify_mark(self->fan_fd[i], mark_cmds[i] | in FIXTURE_SETUP()127 close(self->fan_fd[i]); in FIXTURE_TEARDOWN()152 len = read(self->fan_fd[i], self->buf, in expect_notify()