Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dfanotify.h11 #define FAN_CLOSE_WRITE 0x00000008 /* Writtable file closed */ macro
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2629 pub const FAN_CLOSE_WRITE: u64 = 0x0000_0008; constant