Home
last modified time | relevance | path

Searched defs:FAN_MARK_ONLYDIR (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/include/sys/
Dfanotify.h81 #define FAN_MARK_ONLYDIR 0x08 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dfanotify.h77 #define FAN_MARK_ONLYDIR 0x08 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dfanotify.h77 #define FAN_MARK_ONLYDIR 0x08 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dfanotify.h77 #define FAN_MARK_ONLYDIR 0x08 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3385 pub const FAN_MARK_ONLYDIR: ::c_uint = 0x0000_0008; constant