/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 30 #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/ |
D | inotify.h | 23 #define IN_CLOSE_WRITE 0x00000008 macro 25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | inotify.h | 23 #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/ |
D | inotify.h | 23 #define IN_CLOSE_WRITE 0x00000008 macro 25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
|
/third_party/musl/include/sys/ |
D | inotify.h | 23 #define IN_CLOSE_WRITE 0x00000008 macro 25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | README | 20 close IN_CLOSE_WRITE 30 close IN_CLOSE_WRITE
|
D | inotify08.c | 80 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify() 144 IN_ATTRIB | IN_OPEN | IN_CLOSE_WRITE); in setup()
|
D | inotify01.c | 82 event_set[test_cnt] = IN_CLOSE_WRITE; in verify_inotify()
|
D | inotify07.c | 82 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
|
D | inotify02.c | 82 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | inotify.c | 60 {.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/ |
D | test_inotify.rs | 55 assert_eq!(events[2].mask, AddWatchFlags::IN_CLOSE_WRITE); in test_inotify_multi_events()
|
/third_party/rust/crates/nix/src/sys/ |
D | inotify.rs | 48 IN_CLOSE_WRITE;
|
/third_party/pulseaudio/src/modules/ |
D | module-udev-detect.c | 616 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/ |
D | mod.rs | 2613 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/ |
D | mod.rs | 3052 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/ |
D | mod.rs | 1438 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/ |
D | linux.txt | 908 IN_CLOSE_WRITE
|
D | android.txt | 805 IN_CLOSE_WRITE
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 681 pub const IN_CLOSE_WRITE: u32 = 8; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 686 pub const IN_CLOSE_WRITE: u32 = 8; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 681 pub const IN_CLOSE_WRITE: u32 = 8; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 682 pub const IN_CLOSE_WRITE: u32 = 8; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 693 pub const IN_CLOSE_WRITE: u32 = 8; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 690 pub const IN_CLOSE_WRITE: u32 = 8; constant
|