Home
last modified time | relevance | path

Searched refs:FAN_NOFD (Results 1 – 16 of 16) 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.c70 if (event.fd != FAN_NOFD) in test01()
87 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()
Dfanotify15.c139 } else if (metadata->fd != FAN_NOFD) { in do_test()
143 metadata->fd, FAN_NOFD); in do_test()
Dfanotify13.c214 if (metadata->fd != FAN_NOFD) in do_test()
218 metadata->fd, FAN_NOFD); in do_test()
Dfanotify11.c95 if (event.fd != FAN_NOFD) in test01()
Dfanotify10.c376 if (event->fd != FAN_NOFD) in test_fanotify()
393 if (event->fd != FAN_NOFD) in test_fanotify()
Dfanotify02.c179 if (event->fd != FAN_NOFD) in test01()
Dfanotify06.c155 if (event->fd != FAN_NOFD) in close_events_fd()
Dfanotify12.c242 if (event->fd != FAN_NOFD) in do_test()
Dfanotify03.c330 if (event->fd != FAN_NOFD) in test_fanotify()
Dfanotify01.c298 if (event->fd == -2 || (event->fd == FAN_NOFD && in test_fanotify()
/external/kernel-headers/original/uapi/linux/
Dfanotify.h162 #define FAN_NOFD -1 macro
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2667 pub const FAN_NOFD: ::c_int = -1; constant