Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dfanotify.h38 #define FAN_NONBLOCK 0x00000002 macro
63 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
/Linux-v5.10/include/linux/
Dfanotify.h25 FAN_CLOEXEC | FAN_NONBLOCK | \
/Linux-v5.10/fs/notify/fanotify/
Dfanotify_user.c975 if (flags & FAN_NONBLOCK) in SYSCALL_DEFINE2()