Searched refs:FAN_CLOEXEC (Results 1 – 4 of 4) sorted by relevance
2 #if !(defined(FAN_CLOEXEC) || (defined(HAVE_DECL_FAN_CLOEXEC) && HAVE_DECL_FAN_CLOEXEC))3 # define FAN_CLOEXEC 0x00000001 macro23 XLAT(FAN_CLOEXEC),
1 FAN_CLOEXEC 0x00000001
27 #define FAN_CLOEXEC 0x00000001 macro41 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
71 test_init_bit(FAN_CLOEXEC, FD_CLOEXEC, "set close_on_exec"); in run()