Home
last modified time | relevance | path

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

12

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dinotify.h23 #define IN_CLOSE_WRITE 0x00000008 macro
25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A 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/
H A Dinotify.h23 #define IN_CLOSE_WRITE 0x00000008 macro
25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
/third_party/musl/include/sys/
H A Dinotify.h23 #define IN_CLOSE_WRITE 0x00000008 macro
25 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE)
/third_party/ltp/testcases/kernel/syscalls/utils/
H A 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/eudev/src/udev/
H A Dudev-watch.c104 wd = inotify_add_watch(inotify_fd, udev_device_get_devnode(dev), IN_CLOSE_WRITE); in udev_watch_begin()
107 inotify_fd, udev_device_get_devnode(dev), IN_CLOSE_WRITE); in udev_watch_begin()
H A Dudevd.c912 if (e->mask & IN_CLOSE_WRITE) in handle_inotify()
1307 IN_DELETE | IN_MOVE | IN_CLOSE_WRITE); in main()
1309 IN_DELETE | IN_MOVE | IN_CLOSE_WRITE); in main()
1315 IN_DELETE | IN_MOVE | IN_CLOSE_WRITE); in main()
/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify08.c80 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
144 IN_ATTRIB | IN_OPEN | IN_CLOSE_WRITE); in setup()
H A Dinotify01.c82 event_set[test_cnt] = IN_CLOSE_WRITE; in verify_inotify()
H A Dinotify07.c82 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
H A Dinotify02.c82 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A 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/
H A Dtest_inotify.rs42 // - IN_CLOSE_WRITE on test in test_inotify_multi_events()
55 assert_eq!(events[2].mask, AddWatchFlags::IN_CLOSE_WRITE); in test_inotify_multi_events()
/third_party/rust/crates/nix/src/sys/
H A Dinotify.rs48 IN_CLOSE_WRITE;
73 /// Combination of `IN_CLOSE_WRITE` and `IN_CLOSE_NOWRITE`.
/third_party/pulseaudio/src/modules/
H A 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_SELF); in setup_inotify()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2613 pub const IN_CLOSE_WRITE: u32 = 0x0000_0008; consts
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/
H A Dmod.rs3052 pub const IN_CLOSE_WRITE: u32 = 0x0000_0008; consts
3054 pub const IN_CLOSE: u32 = IN_CLOSE_WRITE | IN_CLOSE_NOWRITE;
3122 | IN_CLOSE_WRITE
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1438 pub const IN_CLOSE_WRITE: u32 = 0x00000008; 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.rs681 pub const IN_CLOSE_WRITE: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs686 pub const IN_CLOSE_WRITE: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs686 pub const IN_CLOSE_WRITE: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs693 pub const IN_CLOSE_WRITE: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs690 pub const IN_CLOSE_WRITE: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs693 pub const IN_CLOSE_WRITE: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs690 pub const IN_CLOSE_WRITE: u32 = 8; consts

Completed in 124 milliseconds

12