Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfanotify.h12 #define FAN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2630 pub const FAN_CLOSE_NOWRITE: u64 = 0x0000_0010; constant