Home
last modified time | relevance | path

Searched refs:IN_CLOSE_NOWRITE (Results 1 - 25 of 25) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dinotify.h24 #define IN_CLOSE_NOWRITE 0x00000010 macro
25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dinotify.h24 #define IN_CLOSE_NOWRITE 0x00000010 macro
25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dinotify.h24 #define IN_CLOSE_NOWRITE 0x00000010 macro
25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
/third_party/musl/include/sys/
H A Dinotify.h24 #define IN_CLOSE_NOWRITE 0x00000010 macro
25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h31 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro
46 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
62 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dinotify.c61 {.fd = fd, .wd = -1, .mask = IN_CLOSE_NOWRITE}, in inotify_test()
120 {.fd = -1, .wd = -1, .mask = IN_CLOSE_NOWRITE}, in inotify_add_watch_0200()
/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify01.c67 event_set[test_cnt] = IN_CLOSE_NOWRITE; in verify_inotify()
/third_party/rust/crates/nix/src/sys/
H A Dinotify.rs50 IN_CLOSE_NOWRITE;
73 /// Combination of `IN_CLOSE_WRITE` and `IN_CLOSE_NOWRITE`.
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2614 pub const IN_CLOSE_NOWRITE: u32 = 0x0000_0010; consts
2615 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;
2640 | IN_CLOSE_NOWRITE
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3053 pub const IN_CLOSE_NOWRITE: u32 = 0x0000_0010; consts
3054 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;
3123 | IN_CLOSE_NOWRITE
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1439 pub const IN_CLOSE_NOWRITE: u32 = 0x00000010; consts
1440 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs682 pub const IN_CLOSE_NOWRITE: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs687 pub const IN_CLOSE_NOWRITE: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs687 pub const IN_CLOSE_NOWRITE: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs694 pub const IN_CLOSE_NOWRITE: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs691 pub const IN_CLOSE_NOWRITE: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs694 pub const IN_CLOSE_NOWRITE: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs691 pub const IN_CLOSE_NOWRITE: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs681 pub const IN_CLOSE_NOWRITE: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs902 pub const IN_CLOSE_NOWRITE: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs682 pub const IN_CLOSE_NOWRITE: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs902 pub const IN_CLOSE_NOWRITE: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs682 pub const IN_CLOSE_NOWRITE: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs683 pub const IN_CLOSE_NOWRITE: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs682 pub const IN_CLOSE_NOWRITE: u32 = 16; consts

Completed in 213 milliseconds