Home
last modified time | relevance | path

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

/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.c96 event_set[test_cnt].mask = IN_DELETE_SELF; in verify_inotify()
119 event_set[test_cnt].mask = IN_DELETE_SELF; in verify_inotify()
/third_party/musl/ndk_musl_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/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dinotify.h32 #define IN_DELETE_SELF 0x00000400 macro
/third_party/glib/gio/inotify/
Dinotify-helper.c272 case IN_DELETE_SELF: in ih_mask_to_EventFlags()
Dinotify-path.c38 …K (IN_MODIFY|IN_ATTRIB|IN_MOVED_FROM|IN_MOVED_TO|IN_DELETE|IN_CREATE|IN_DELETE_SELF|IN_UNMOUNT|IN_…
563 if (event->mask & IN_DELETE_SELF || in ip_event_callback()
/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()