Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/sys/
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/
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/
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/kernel/include/sys/
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/include/sys/
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/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify18.c33 FAN_CLASS_CONTENT | FAN_CLASS_PRE_CONTENT | \
60 FANOTIFY_REQUIRED_USER_INIT_FLAGS | FAN_CLASS_CONTENT,
Dfanotify03.c221 fd_notify = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in setup_mark()
327 FAN_CLASS_CONTENT, 0); in setup()
Dfanotify.h293 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in require_fanotify_access_permissions_supported_by_kernel()
406 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in fanotify_mark_supported_by_kernel()
Dfanotify14.c46 FAN_CLASS_CONTENT | FAN_REPORT_FID, 0, 0
Dfanotify07.c114 fd = SAFE_FANOTIFY_INIT(FAN_CLASS_CONTENT, O_RDONLY); in setup_instance()
Dfanotify10.c58 FAN_CLASS_CONTENT,
513 FAN_CLASS_CONTENT, 0); in setup()
Dfanotify06.c54 FAN_CLASS_CONTENT,
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt688 FAN_CLASS_CONTENT
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3376 pub const FAN_CLASS_CONTENT: ::c_uint = 0x0000_0004; constant