Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfan_init_flags.h5 #if !(defined(FAN_NONBLOCK) || (defined(HAVE_DECL_FAN_NONBLOCK) && HAVE_DECL_FAN_NONBLOCK))
6 # define FAN_NONBLOCK 0x00000002 macro
24 XLAT(FAN_NONBLOCK),
Dfan_init_flags.in2 FAN_NONBLOCK 0x00000002
/external/kernel-headers/original/uapi/linux/
Dfanotify.h28 #define FAN_NONBLOCK 0x00000002 macro
41 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify05.c118 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | FAN_NONBLOCK, in setup()
Dfanotify06.c90 FAN_NONBLOCK, in create_fanotify_groups()
Dfanotify04.c250 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_NOTIF | FAN_NONBLOCK, in setup()