Home
last modified time | relevance | path

Searched refs:FAN_CLOEXEC (Results 1 – 5 of 5) 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.h37 #define FAN_CLOEXEC 0x00000001 macro
63 #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/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2644 pub const FAN_CLOEXEC: ::c_uint = 0x0000_0001; constant