Home
last modified time | relevance | path

Searched refs:IN_DELETE (Results 1 - 25 of 31) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify11.c11 * 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 Dinotify02.c106 event_set[test_cnt].mask = IN_DELETE; in verify_inotify()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dinotify.c66 {.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 Dinotify.h16 * 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 Dinotify.h31 #define IN_DELETE 0x00000200 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dinotify.h31 #define IN_DELETE 0x00000200 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dinotify.h31 #define IN_DELETE 0x00000200 macro
/third_party/musl/include/sys/
H A Dinotify.h31 #define IN_DELETE 0x00000200 macro
/third_party/glfw/src/
H A Dlinux_joystick.c291 else if (e->mask & IN_DELETE) in _glfwDetectJoystickConnectionLinux()
322 IN_CREATE | IN_ATTRIB | IN_DELETE); in _glfwInitJoysticksLinux()
/third_party/eudev/src/libudev/
H A Dlibudev-queue.c248 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 Dinotify.rs60 IN_DELETE;
/third_party/node/deps/uv/src/unix/
H A Dlinux-inotify.c269 | IN_DELETE in uv_fs_event_start()
/third_party/eudev/src/udev/
H A Dudevd.c1307 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 Dmod.rs2621 pub const IN_DELETE: u32 = 0x0000_0200; consts
2644 | IN_DELETE
/third_party/libuv/src/unix/
H A Dlinux.c2567 | IN_DELETE in uv_fs_event_start()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3060 pub const IN_DELETE: u32 = 0x0000_0200; consts
3127 | IN_DELETE
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1446 pub const IN_DELETE: u32 = 0x00000200; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs687 pub const IN_DELETE: u32 = 512; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs692 pub const IN_DELETE: u32 = 512; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs692 pub const IN_DELETE: u32 = 512; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs699 pub const IN_DELETE: u32 = 512; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs696 pub const IN_DELETE: u32 = 512; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs699 pub const IN_DELETE: u32 = 512; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs696 pub const IN_DELETE: u32 = 512; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs686 pub const IN_DELETE: u32 = 512; consts

Completed in 134 milliseconds

12