/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify12.c | 47 IN_MODIFY, 52 IN_MODIFY | IN_ONESHOT, 57 IN_MODIFY | IN_EXCL_UNLINK, 101 } else if (event->mask == IN_MODIFY) { in verify_inotify() 105 event->mask, IN_MODIFY); in verify_inotify() 131 if (event->mask == IN_MODIFY) { in verify_inotify()
|
D | inotify09.c | 79 wd = SAFE_MYINOTIFY_ADD_WATCH(inotify_fd, FNAME, IN_MODIFY); in verify_inotify()
|
D | inotify06.c | 87 myinotify_add_watch(inotify_fd, names[i], IN_MODIFY); in verify_inotify()
|
D | README | 19 write IN_MODIFY
|
D | inotify05.c | 81 event->mask != IN_MODIFY && in verify_inotify()
|
D | inotify01.c | 78 event_set[test_cnt] = IN_MODIFY; in verify_inotify()
|
/third_party/libuv/src/unix/ |
D | linux-inotify.c | 198 if (e->mask & (IN_ATTRIB|IN_MODIFY)) in uv__inotify_read() 200 if (e->mask & ~(IN_ATTRIB|IN_MODIFY)) in uv__inotify_read() 268 | IN_MODIFY in uv_fs_event_start()
|
/third_party/node/deps/uv/src/unix/ |
D | linux-inotify.c | 198 if (e->mask & (IN_ATTRIB|IN_MODIFY)) in uv__inotify_read() 200 if (e->mask & ~(IN_ATTRIB|IN_MODIFY)) in uv__inotify_read() 268 | IN_MODIFY in uv_fs_event_start()
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 28 #define IN_MODIFY 0x00000002 /* File was modified */ macro 61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | inotify.c | 58 {.fd = fd, .wd = -1, .mask = IN_MODIFY}, in inotify_test() 117 {.fd = -1, .wd = -1, .mask = IN_MODIFY}, in inotify_add_watch_0200()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | inotify.h | 21 #define IN_MODIFY 0x00000002 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | inotify.h | 21 #define IN_MODIFY 0x00000002 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | inotify.h | 21 #define IN_MODIFY 0x00000002 macro
|
/third_party/musl/include/sys/ |
D | inotify.h | 21 #define IN_MODIFY 0x00000002 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
D | linux_inotify_add_watch_test.cpp | 29 { .fd = -1, .wd = -1, .mask = IN_MODIFY },
|
/third_party/rust/crates/nix/src/sys/ |
D | inotify.rs | 44 IN_MODIFY;
|
/third_party/toybox/lib/ |
D | portability.c | 258 if ((not->fds[i] = inotify_add_watch(not->kq, path, IN_MODIFY))==-1) in xnotify_add()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2611 pub const IN_MODIFY: u32 = 0x0000_0002; constant 2637 | IN_MODIFY
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 918 IN_MODIFY
|
D | android.txt | 815 IN_MODIFY
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3050 pub const IN_MODIFY: u32 = 0x0000_0002; constant 3120 | IN_MODIFY
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 3220 if (event->mask & IN_MODIFY || event->mask & IN_DELETE_SELF) { in radv_notifier_thread_run() 3229 notifier->watch = inotify_add_watch(notifier->fd, file, IN_MODIFY | IN_DELETE_SELF); in radv_notifier_thread_run() 3256 notifier->watch = inotify_add_watch(notifier->fd, file, IN_MODIFY | IN_DELETE_SELF); in radv_device_init_notifier()
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1436 pub const IN_MODIFY: u32 = 0x00000002; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 679 pub const IN_MODIFY: u32 = 2; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 684 pub const IN_MODIFY: u32 = 2; constant
|