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