Home
last modified time | relevance | path

Searched refs:FAN_UNLIMITED_MARKS (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h69 #define FAN_UNLIMITED_MARKS 0x20 macro
73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfanotify.h69 #define FAN_UNLIMITED_MARKS 0x20 macro
73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfanotify.h69 #define FAN_UNLIMITED_MARKS 0x20 macro
73 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify18.c32 #define DISALLOWED_INIT_FLAGS (FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS | \
74 "init_flags: FAN_UNLIMITED_MARKS",
75 FANOTIFY_REQUIRED_USER_INIT_FLAGS | FAN_UNLIMITED_MARKS,
/third_party/musl/include/sys/
H A Dfanotify.h70 #define FAN_UNLIMITED_MARKS 0x20 macro
77 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | FAN_ALL_CLASS_BITS | FAN_UNLIMITED_QUEUE | FAN_UNLIMITED_MARKS)
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3380 pub const FAN_UNLIMITED_MARKS: ::c_uint = 0x0000_0020; consts

Completed in 13 milliseconds