Home
last modified time | relevance | path

Searched defs:FAN_UNLIMITED_MARKS (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dfanotify.h50 #define FAN_UNLIMITED_MARKS 0x00000020 macro
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2652 pub const FAN_UNLIMITED_MARKS: ::c_uint = 0x0000_0020; constant