Searched refs:FAN_NOFD (Results 1 – 21 of 21) sorted by relevance
180 if (event->fd != FAN_NOFD) { in event_res()235 if (event->fd != FAN_NOFD) in verify_event()299 if (event->fd != FAN_NOFD) in test_fanotify()320 if (event->fd != FAN_NOFD) in test_fanotify()
216 } else if (event->fd != FAN_NOFD) { in test_fanotify()223 FAN_NOFD); in test_fanotify()253 if (event->fd != FAN_NOFD) in test_fanotify()
144 if (event.fd != FAN_NOFD) { in test_fanotify()168 if (got_overflow || event.fd != FAN_NOFD) { in test_fanotify()
129 if (event->fd != FAN_NOFD) in verify_event()157 if (event->fd != FAN_NOFD) in verify_no_event()
188 if (metadata->fd != FAN_NOFD) in do_test()192 metadata->fd, FAN_NOFD); in do_test()
201 } else if (metadata->fd != FAN_NOFD) { in do_test()205 metadata->fd, FAN_NOFD); in do_test()
89 if (event.fd != FAN_NOFD) in test01()
478 if (event->fd != FAN_NOFD) in test_fanotify()494 if (event->fd != FAN_NOFD) in test_fanotify()
168 if (event->fd != FAN_NOFD) in test01()
211 if (event->fd != FAN_NOFD) in do_test()
144 if (event->fd != FAN_NOFD) in close_events_fd()
191 if (event->fd != FAN_NOFD) { in check_error_event_metadata()
303 if (event->fd != FAN_NOFD) in test_fanotify()
272 if (event->fd == -2 || (event->fd == FAN_NOFD && in test_fanotify()
94 #define FAN_NOFD -1 macro
100 #define FAN_NOFD -1 macro
708 FAN_NOFD
3395 pub const FAN_NOFD: ::c_int = -1; constant