Home
last modified time | relevance | path

Searched refs:IN_DELETE_SELF (Results 1 - 25 of 28) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify04.c7 * verify that IN_DELETE_SELF functions as expected
12 * ensure that the IN_DELETE_SELF event is captured properly.
91 event_set[test_cnt].mask = IN_DELETE_SELF; in verify_inotify()
112 event_set[test_cnt].mask = IN_DELETE_SELF; in verify_inotify()
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h37 #define IN_DELETE_SELF 0x00000400 /* Self 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.h32 #define IN_DELETE_SELF 0x00000400 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dinotify.h32 #define IN_DELETE_SELF 0x00000400 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dinotify.h32 #define IN_DELETE_SELF 0x00000400 macro
/third_party/musl/include/sys/
H A Dinotify.h32 #define IN_DELETE_SELF 0x00000400 macro
/third_party/rust/crates/nix/src/sys/
H A Dinotify.rs62 IN_DELETE_SELF;
/third_party/pulseaudio/src/modules/
H A Dmodule-udev-detect.c622 if ((event->mask & (IN_DELETE_SELF|IN_MOVE_SELF))) 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/node/deps/uv/src/unix/
H A Dlinux-inotify.c270 | IN_DELETE_SELF in uv_fs_event_start()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2622 pub const IN_DELETE_SELF: u32 = 0x0000_0400; consts
2646 | IN_DELETE_SELF
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c3220 if (event->mask & IN_MODIFY || event->mask & IN_DELETE_SELF) { in radv_notifier_thread_run()
3227 if (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/libuv/src/unix/
H A Dlinux.c2568 | IN_DELETE_SELF in uv_fs_event_start()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3061 pub const IN_DELETE_SELF: u32 = 0x0000_0400; consts
3129 | IN_DELETE_SELF
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1447 pub const IN_DELETE_SELF: u32 = 0x00000400; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs688 pub const IN_DELETE_SELF: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs693 pub const IN_DELETE_SELF: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs693 pub const IN_DELETE_SELF: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs700 pub const IN_DELETE_SELF: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs697 pub const IN_DELETE_SELF: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs700 pub const IN_DELETE_SELF: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs697 pub const IN_DELETE_SELF: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs687 pub const IN_DELETE_SELF: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs908 pub const IN_DELETE_SELF: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs688 pub const IN_DELETE_SELF: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs908 pub const IN_DELETE_SELF: u32 = 1024; consts

Completed in 210 milliseconds

12