Home
last modified time | relevance | path

Searched refs:IN_DELETE_SELF (Results 1 – 25 of 30) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h37 #define IN_DELETE_SELF 0x00000400 /* Self was deleted */ macro
63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/third_party/ltp/testcases/kernel/syscalls/inotify/
Dinotify04.c91 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/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dinotify.h32 #define IN_DELETE_SELF 0x00000400 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h32 #define IN_DELETE_SELF 0x00000400 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h32 #define IN_DELETE_SELF 0x00000400 macro
/third_party/musl/include/sys/
Dinotify.h32 #define IN_DELETE_SELF 0x00000400 macro
/third_party/rust/crates/nix/src/sys/
Dinotify.rs62 IN_DELETE_SELF;
/third_party/pulseaudio/src/modules/
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_S… in setup_inotify()
/third_party/libuv/src/unix/
Dlinux-inotify.c270 | IN_DELETE_SELF in uv_fs_event_start()
/third_party/node/deps/uv/src/unix/
Dlinux-inotify.c270 | IN_DELETE_SELF in uv_fs_event_start()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2622 pub const IN_DELETE_SELF: u32 = 0x0000_0400; constant
2646 | IN_DELETE_SELF
/third_party/mesa3d/src/amd/vulkan/
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/rust/crates/libc/libc-test/semver/
Dlinux.txt911 IN_DELETE_SELF
Dandroid.txt808 IN_DELETE_SELF
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3061 pub const IN_DELETE_SELF: u32 = 0x0000_0400; constant
3129 | IN_DELETE_SELF
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1447 pub const IN_DELETE_SELF: u32 = 0x00000400; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs688 pub const IN_DELETE_SELF: u32 = 1024; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs693 pub const IN_DELETE_SELF: u32 = 1024; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs688 pub const IN_DELETE_SELF: u32 = 1024; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs689 pub const IN_DELETE_SELF: u32 = 1024; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs700 pub const IN_DELETE_SELF: u32 = 1024; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs697 pub const IN_DELETE_SELF: u32 = 1024; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs700 pub const IN_DELETE_SELF: u32 = 1024; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs908 pub const IN_DELETE_SELF: u32 = 1024; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs688 pub const IN_DELETE_SELF: u32 = 1024; constant

12