/third_party/ltp/testcases/kernel/syscalls/inotify/ |
H A D | inotify11.c | 11 * Test opening files after receiving IN_DELETE. 13 * Kernel v5.13 has a regression allowing files to be open after IN_DELETE. 16 * a37d9a17f099 "fsnotify: invalidate dcache before IN_DELETE event". 65 SAFE_MYINOTIFY_ADD_WATCH(inotify_fd, ".", IN_DELETE); in verify_inotify() 82 if (!(event->mask & IN_DELETE)) in verify_inotify() 87 /* Open file after IN_DELETE should fail */ in verify_inotify() 92 tst_res(TFAIL, "File %s opened after IN_DELETE", event->name); in verify_inotify() 102 tst_res(TFAIL, "Didn't get any IN_DELETE events"); in verify_inotify() 104 tst_res(TPASS, "Got %d IN_DELETE events", nevents); in verify_inotify()
|
H A D | inotify02.c | 106 event_set[test_cnt].mask = IN_DELETE; in verify_inotify()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | inotify.c | 66 {.fd = fd, .wd = -1, .mask = IN_DELETE}}; in inotify_test() 125 {.fd = -1, .wd = -1, .mask = IN_DELETE}}; in inotify_add_watch_0200()
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
H A D | inotify.h | 16 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd. 36 #define IN_DELETE 0x00000200 /* Subfile was deleted */ macro 63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | inotify.h | 31 #define IN_DELETE 0x00000200 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | inotify.h | 31 #define IN_DELETE 0x00000200 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | inotify.h | 31 #define IN_DELETE 0x00000200 macro
|
/third_party/musl/include/sys/ |
H A D | inotify.h | 31 #define IN_DELETE 0x00000200 macro
|
/third_party/glfw/src/ |
H A D | linux_joystick.c | 291 else if (e->mask & IN_DELETE) in _glfwDetectJoystickConnectionLinux() 322 IN_CREATE | IN_ATTRIB | IN_DELETE); in _glfwInitJoysticksLinux()
|
/third_party/eudev/src/libudev/ |
H A D | libudev-queue.c | 248 r = inotify_add_watch(fd, UDEV_ROOT_RUN "/udev" , IN_DELETE); in udev_queue_get_fd()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | inotify.rs | 60 IN_DELETE;
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-inotify.c | 269 | IN_DELETE in uv_fs_event_start()
|
/third_party/eudev/src/udev/ |
H A D | udevd.c | 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/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2621 pub const IN_DELETE: u32 = 0x0000_0200; consts 2644 | IN_DELETE
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 2567 | IN_DELETE in uv_fs_event_start()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3060 pub const IN_DELETE: u32 = 0x0000_0200; consts 3127 | IN_DELETE
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1446 pub const IN_DELETE: u32 = 0x00000200; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 687 pub const IN_DELETE: u32 = 512; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 692 pub const IN_DELETE: u32 = 512; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 692 pub const IN_DELETE: u32 = 512; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 699 pub const IN_DELETE: u32 = 512; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 696 pub const IN_DELETE: u32 = 512; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 699 pub const IN_DELETE: u32 = 512; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 696 pub const IN_DELETE: u32 = 512; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 686 pub const IN_DELETE: u32 = 512; consts
|