Searched refs:FAN_CLOEXEC (Results 1 – 10 of 10) sorted by relevance
6 #if defined(FAN_CLOEXEC) || (defined(HAVE_DECL_FAN_CLOEXEC) && HAVE_DECL_FAN_CLOEXEC)8 static_assert((FAN_CLOEXEC) == (0x00000001), "FAN_CLOEXEC != 0x00000001");11 # define FAN_CLOEXEC 0x0000000145 XLAT(FAN_CLOEXEC),
1 FAN_CLOEXEC 0x00000001
29 #define FAN_CLOEXEC 0x00000001 macro49 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
53 test_init_bit(FAN_CLOEXEC, FD_CLOEXEC, "set close_on_exec"); in run()
79 FAN_CLOEXEC = 1
982 fanotify_flags = FAN_CLASS_PRE_CONTENT, FAN_CLASS_CONTENT, FAN_CLASS_NOTIF, FAN_CLOEXEC, FAN_NONBLO…