Home
last modified time | relevance | path

Searched refs:IN_CLOSE_WRITE (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h30 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */ macro
46 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dinotify.h23 #define IN_CLOSE_WRITE 0x00000008 macro
25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h23 #define IN_CLOSE_WRITE 0x00000008 macro
25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h23 #define IN_CLOSE_WRITE 0x00000008 macro
25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
/third_party/musl/include/sys/
Dinotify.h23 #define IN_CLOSE_WRITE 0x00000008 macro
25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
/third_party/ltp/testcases/kernel/syscalls/inotify/
DREADME20 close IN_CLOSE_WRITE
30 close IN_CLOSE_WRITE
Dinotify08.c80 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
144 IN_ATTRIB | IN_OPEN | IN_CLOSE_WRITE); in setup()
Dinotify01.c82 event_set[test_cnt] = IN_CLOSE_WRITE; in verify_inotify()
Dinotify07.c82 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
Dinotify02.c82 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dinotify.c60 {.fd = fd, .wd = -1, .mask = IN_CLOSE_WRITE}, in inotify_test()
119 {.fd = -1, .wd = -1, .mask = IN_CLOSE_WRITE}, in inotify_add_watch_0200()
/third_party/rust/crates/nix/test/sys/
Dtest_inotify.rs55 assert_eq!(events[2].mask, AddWatchFlags::IN_CLOSE_WRITE); in test_inotify_multi_events()
/third_party/rust/crates/nix/src/sys/
Dinotify.rs48 IN_CLOSE_WRITE;
/third_party/pulseaudio/src/modules/
Dmodule-udev-detect.c616 if (((event->mask & IN_CLOSE_WRITE) && pa_startswith(event->name, "pcmC"))) in inotify_cb()
662 …r = inotify_add_watch(u->inotify_fd, "/dev/snd", IN_ATTRIB|IN_CLOSE_WRITE|IN_DELETE_SELF|IN_MOVE_S… in setup_inotify()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2613 pub const IN_CLOSE_WRITE: u32 = 0x0000_0008; constant
2615 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;
2639 | IN_CLOSE_WRITE
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3052 pub const IN_CLOSE_WRITE: u32 = 0x0000_0008; constant
3054 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;
3122 | IN_CLOSE_WRITE
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1438 pub const IN_CLOSE_WRITE: u32 = 0x00000008; constant
1440 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt908 IN_CLOSE_WRITE
Dandroid.txt805 IN_CLOSE_WRITE
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs681 pub const IN_CLOSE_WRITE: u32 = 8; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs686 pub const IN_CLOSE_WRITE: u32 = 8; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs681 pub const IN_CLOSE_WRITE: u32 = 8; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs682 pub const IN_CLOSE_WRITE: u32 = 8; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs693 pub const IN_CLOSE_WRITE: u32 = 8; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs690 pub const IN_CLOSE_WRITE: u32 = 8; constant

12