Home
last modified time | relevance | path

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

/external/strace/
Dfanotify.c37 #ifndef FAN_NOFD
38 # define FAN_NOFD -1 macro
78 if ((int) tcp->u_arg[argn] == FAN_NOFD) { in SYS_FUNC()
79 print_xlat_d(FAN_NOFD); in SYS_FUNC()
DChangeLog5101 FAN_NOFD named constant.
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify05.c67 if (event.fd != FAN_NOFD) in test01()
84 if (event.fd != FAN_NOFD) { in test01()
Dfanotify06.c171 if (event->fd != FAN_NOFD) in test01()
180 if (event->fd != FAN_NOFD) in test01()
Dfanotify04.c134 if (event->fd != FAN_NOFD) in verify_event()
162 if (event->fd != FAN_NOFD) in verify_no_event()
Dfanotify09.c206 if (ev->fd != FAN_NOFD) in test_fanotify()
220 if (event->fd != FAN_NOFD) in test_fanotify()
Dfanotify10.c278 if (event->fd != FAN_NOFD) in test_fanotify()
294 if (event->fd != FAN_NOFD) in test_fanotify()
Dfanotify11.c95 if (event.fd != FAN_NOFD) in test01()
Dfanotify02.c179 if (event->fd != FAN_NOFD) in test01()
Dfanotify03.c251 if (event->fd != FAN_NOFD) in test_fanotify()
/external/kernel-headers/original/uapi/linux/
Dfanotify.h120 #define FAN_NOFD -1 macro