Home
last modified time | relevance | path

Searched refs:IN_DELETE (Results 1 – 25 of 27) sorted by relevance

12

/external/strace/xlat/
Dinotify_flags.h69 #if defined(IN_DELETE) || (defined(HAVE_DECL_IN_DELETE) && HAVE_DECL_IN_DELETE)
71 static_assert((IN_DELETE) == (0x00000200), "IN_DELETE != 0x00000200");
74 # define IN_DELETE 0x00000200
180 XLAT(IN_DELETE),
Dinotify_flags.in10 IN_DELETE 0x00000200
/external/kernel-headers/original/uapi/linux/
Dinotify.h39 #define IN_DELETE 0x00000200 /* Subfile was deleted */ macro
68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h36 #define IN_DELETE 0x00000200 /* Subfile was deleted */ macro
63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/adhd/cras/src/common/
Dcras_file_wait.c110 else if ((event->mask & (IN_DELETE|IN_MOVED_FROM)) != 0) in cras_file_wait_process_event()
228 flags = IN_CREATE|IN_MOVED_TO|IN_DELETE|IN_MOVED_FROM; in cras_file_wait_dispatch()
/external/ltp/testcases/kernel/syscalls/inotify/
DREADME34 unlink file IN_DELETE
Dinotify02.c125 event_set[test_cnt].mask = IN_DELETE; in verify_inotify()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc300 IN_ATTRIB | IN_CREATE | IN_DELETE | in AddWatch()
339 event->mask & (IN_DELETE | IN_MOVED_FROM), in OnInotifyEvent()
/external/iproute2/ip/
Dipnetns.c745 if (inotify_add_watch(fd, NETNS_RUN_DIR, IN_CREATE | IN_DELETE) < 0) { in netns_monitor()
763 if (event->mask & IN_DELETE) in netns_monitor()
/external/syzkaller/sys/linux/
Dsys_386.const184 IN_DELETE = 512
Dsys_amd64.const184 IN_DELETE = 512
Dsys_arm.const184 IN_DELETE = 512
Dsys_ppc64le.const184 IN_DELETE = 512
Dsys_arm64.const184 IN_DELETE = 512
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go567 IN_DELETE = 0x200 const
Dzerrors_linux_mipsle.go698 IN_DELETE = 0x200 const
Dzerrors_linux_s390x.go698 IN_DELETE = 0x200 const
Dzerrors_linux_arm.go698 IN_DELETE = 0x200 const
Dzerrors_linux_ppc64le.go698 IN_DELETE = 0x200 const
Dzerrors_linux_mips64.go698 IN_DELETE = 0x200 const
Dzerrors_linux_ppc64.go698 IN_DELETE = 0x200 const
Dzerrors_linux_amd64.go699 IN_DELETE = 0x200 const
Dzerrors_linux_mips64le.go698 IN_DELETE = 0x200 const
Dzerrors_linux_386.go699 IN_DELETE = 0x200 const
Dzerrors_linux_mips.go698 IN_DELETE = 0x200 const

12