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