Searched refs:FAN_NOFD (Results 1 – 11 of 11) sorted by relevance
37 #ifndef FAN_NOFD38 # define FAN_NOFD -1 macro78 if ((int) tcp->u_arg[argn] == FAN_NOFD) { in SYS_FUNC()79 print_xlat_d(FAN_NOFD); in SYS_FUNC()
5101 FAN_NOFD named constant.
67 if (event.fd != FAN_NOFD) in test01()84 if (event.fd != FAN_NOFD) { in test01()
171 if (event->fd != FAN_NOFD) in test01()180 if (event->fd != FAN_NOFD) in test01()
134 if (event->fd != FAN_NOFD) in verify_event()162 if (event->fd != FAN_NOFD) in verify_no_event()
206 if (ev->fd != FAN_NOFD) in test_fanotify()220 if (event->fd != FAN_NOFD) in test_fanotify()
278 if (event->fd != FAN_NOFD) in test_fanotify()294 if (event->fd != FAN_NOFD) in test_fanotify()
95 if (event.fd != FAN_NOFD) in test01()
179 if (event->fd != FAN_NOFD) in test01()
251 if (event->fd != FAN_NOFD) in test_fanotify()
120 #define FAN_NOFD -1 macro