Searched refs:FAN_NONBLOCK (Results 1 – 3 of 3) sorted by relevance
41 #define FAN_NONBLOCK 0x00000002 macro71 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
50 FAN_CLOEXEC | FAN_NONBLOCK)
1383 if (flags & FAN_NONBLOCK) in SYSCALL_DEFINE2()