Searched refs:FAN_NONBLOCK (Results 1 – 2 of 2) sorted by relevance
28 #define FAN_NONBLOCK 0x00000002 macro41 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
723 if (flags & FAN_NONBLOCK) in SYSCALL_DEFINE2()