Home
last modified time | relevance | path

Searched refs:FAN_CLOEXEC (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dfan_init_flags.h6 #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 0x00000001
45 XLAT(FAN_CLOEXEC),
Dfan_init_flags.in1 FAN_CLOEXEC 0x00000001
/external/kernel-headers/original/uapi/linux/
Dfanotify.h29 #define FAN_CLOEXEC 0x00000001 macro
49 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify08.c53 test_init_bit(FAN_CLOEXEC, FD_CLOEXEC, "set close_on_exec"); in run()
/external/syzkaller/sys/linux/
Dsys_386.const79 FAN_CLOEXEC = 1
Dsys_amd64.const79 FAN_CLOEXEC = 1
Dsys_arm.const79 FAN_CLOEXEC = 1
Dsys_ppc64le.const79 FAN_CLOEXEC = 1
Dsys_arm64.const79 FAN_CLOEXEC = 1
Dsys.txt982 fanotify_flags = FAN_CLASS_PRE_CONTENT, FAN_CLASS_CONTENT, FAN_CLASS_NOTIF, FAN_CLOEXEC, FAN_NONBLO…