Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfanotify.h49 #define FAN_UNLIMITED_QUEUE 0x00000010 macro
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2651 pub const FAN_UNLIMITED_QUEUE: ::c_uint = 0x0000_0010; constant