Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfanotify.h27 #define FAN_NONBLOCK 0x00000002 macro
39 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c727 if (flags & FAN_NONBLOCK) in SYSCALL_DEFINE2()