Home
last modified time | relevance | path

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

/third_party/musl/include/sys/
Dfanotify.h55 #define FAN_OPEN_PERM 0x10000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dfanotify.h55 #define FAN_OPEN_PERM 0x10000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dfanotify.h55 #define FAN_OPEN_PERM 0x10000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dfanotify.h55 #define FAN_OPEN_PERM 0x10000 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3363 pub const FAN_OPEN_PERM: u64 = 0x0001_0000; constant