Home
last modified time | relevance | path

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

/external/musl/include/sys/
Dinotify.h44 #define IN_MASK_ADD 0x20000000 macro
/external/kernel-headers/original/uapi/linux/
Dinotify.h57 #define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */ macro
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h52 #define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */ macro
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2632 pub const IN_MASK_ADD: u32 = 0x2000_0000; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3115 pub const IN_MASK_ADD: u32 = 0x2000_0000; constant