Searched refs:FAN_NONBLOCK (Results 1 – 3 of 3) sorted by relevance
38 #define FAN_NONBLOCK 0x00000002 macro63 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
25 FAN_CLOEXEC | FAN_NONBLOCK | \
975 if (flags & FAN_NONBLOCK) in SYSCALL_DEFINE2()