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