Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfan_classes.h13 #if defined(FAN_CLASS_CONTENT) || (defined(HAVE_DECL_FAN_CLASS_CONTENT) && HAVE_DECL_FAN_CLASS_CONT…
15 static_assert((FAN_CLASS_CONTENT) == (0x00000004), "FAN_CLASS_CONTENT != 0x00000004");
18 # define FAN_CLASS_CONTENT 0x00000004
39 XLAT(FAN_CLASS_CONTENT),
Dfan_classes.in2 FAN_CLASS_CONTENT 0x00000004
/external/kernel-headers/original/uapi/linux/
Dfanotify.h42 #define FAN_CLASS_CONTENT 0x00000004 macro
46 #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | \
/external/strace/
Dfanotify.c35 # define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT)
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify14.c45 FAN_CLASS_CONTENT | FAN_REPORT_FID, 0, 0
Dfanotify07.c104 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in setup_instance()
Dfanotify06.c52 FAN_CLASS_CONTENT,
Dfanotify03.c215 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in setup_mark()
Dfanotify10.c46 FAN_CLASS_CONTENT,
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2648 pub const FAN_CLASS_CONTENT: ::c_uint = 0x0000_0004; constant