Home
last modified time | relevance | path

Searched refs:FAN_NONBLOCK (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dfan_init_flags.h13 #if defined(FAN_NONBLOCK) || (defined(HAVE_DECL_FAN_NONBLOCK) && HAVE_DECL_FAN_NONBLOCK)
15 static_assert((FAN_NONBLOCK) == (0x00000002), "FAN_NONBLOCK != 0x00000002");
18 # define FAN_NONBLOCK 0x00000002
46 XLAT(FAN_NONBLOCK),
Dfan_init_flags.in2 FAN_NONBLOCK 0x00000002
/external/kernel-headers/original/uapi/linux/
Dfanotify.h30 #define FAN_NONBLOCK 0x00000002 macro
49 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify05.c104 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | FAN_NONBLOCK, in setup()
Dfanotify06.c68 FAN_NONBLOCK, in create_fanotify_groups()
Dfanotify04.c236 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | FAN_NONBLOCK, in setup()
Dfanotify09.c81 FAN_NONBLOCK, in create_fanotify_groups()
Dfanotify10.c150 FAN_NONBLOCK, in create_fanotify_groups()
/external/syzkaller/sys/linux/
Dsys_386.const93 FAN_NONBLOCK = 2
Dsys_amd64.const93 FAN_NONBLOCK = 2
Dsys_arm.const93 FAN_NONBLOCK = 2
Dsys_ppc64le.const93 FAN_NONBLOCK = 2
Dsys_arm64.const93 FAN_NONBLOCK = 2
Dsys.txt982 …N_CLASS_PRE_CONTENT, FAN_CLASS_CONTENT, FAN_CLASS_NOTIF, FAN_CLOEXEC, FAN_NONBLOCK, FAN_UNLIMITED_…