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