Home
last modified time | relevance | path

Searched refs:FAN_UNLIMITED_MARKS (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dfan_init_flags.h27 #if defined(FAN_UNLIMITED_MARKS) || (defined(HAVE_DECL_FAN_UNLIMITED_MARKS) && HAVE_DECL_FAN_UNLIMI…
29 static_assert((FAN_UNLIMITED_MARKS) == (0x00000020), "FAN_UNLIMITED_MARKS != 0x00000020");
32 # define FAN_UNLIMITED_MARKS 0x00000020
48 XLAT(FAN_UNLIMITED_MARKS),
Dfan_init_flags.in4 FAN_UNLIMITED_MARKS 0x00000020
/external/kernel-headers/original/uapi/linux/
Dfanotify.h50 #define FAN_UNLIMITED_MARKS 0x00000020 macro
65 FAN_UNLIMITED_MARKS)
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2652 pub const FAN_UNLIMITED_MARKS: ::c_uint = 0x0000_0020; constant