Home
last modified time | relevance | path

Searched refs:FAN_CLASS_CONTENT (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h65 #define FAN_CLASS_CONTENT 0x04 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.h65 #define FAN_CLASS_CONTENT 0x04 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.h65 #define FAN_CLASS_CONTENT 0x04 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 | \
59 "init_flags: FAN_CLASS_CONTENT",
60 FANOTIFY_REQUIRED_USER_INIT_FLAGS | FAN_CLASS_CONTENT,
H A Dfanotify03.c221 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in setup_mark()
327 FAN_CLASS_CONTENT, 0); in setup()
H A Dfanotify.h140 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in require_fanotify_access_permissions_supported_by_kernel()
251 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in fanotify_mark_supported_by_kernel()
H A Dfanotify07.c114 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in setup_instance()
H A Dfanotify06.c54 FAN_CLASS_CONTENT,
H A Dfanotify14.c71 .init = FLAGS_DESC(FAN_CLASS_CONTENT | FAN_REPORT_FID),
H A Dfanotify10.c59 FAN_CLASS_CONTENT,
878 FAN_CLASS_CONTENT, 0); in setup()
/third_party/musl/include/sys/
H A Dfanotify.h66 #define FAN_CLASS_CONTENT 0x04 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.rs3376 pub const FAN_CLASS_CONTENT: ::c_uint = 0x0000_0004; consts

Completed in 17 milliseconds