Home
last modified time | relevance | path

Searched refs:FAN_CLASS_PRE_CONTENT (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h66 #define FAN_CLASS_PRE_CONTENT 0x08 macro
67 #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfanotify.h66 #define FAN_CLASS_PRE_CONTENT 0x08 macro
67 #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfanotify.h66 #define FAN_CLASS_PRE_CONTENT 0x08 macro
67 #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT)
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify18.c33 FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT | \
64 "init_flags: FAN_CLASS_PRE_CONTENT",
65 FANOTIFY_REQUIRED_USER_INIT_FLAGS | FAN_CLASS_PRE_CONTENT,
H A Dfanotify06.c53 FAN_CLASS_PRE_CONTENT,
H A Dfanotify14.c77 .init = FLAGS_DESC(FAN_CLASS_PRE_CONTENT | FAN_REPORT_FID),
H A Dfanotify10.c58 FAN_CLASS_PRE_CONTENT,
/third_party/musl/include/sys/
H A Dfanotify.h67 #define FAN_CLASS_PRE_CONTENT 0x08 macro
68 #define FAN_ALL_CLASS_BITS (FAN_CLASS_NOTIF | FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT)
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3377 pub const FAN_CLASS_PRE_CONTENT: ::c_uint = 0x0000_0008; consts

Completed in 17 milliseconds