Home
last modified time | relevance | path

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

12

/external/kernel-headers/original/uapi/linux/
Dinotify.h37 #define IN_MOVED_TO 0x00000080 /* File was moved to Y */ macro
50 #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO) /* moves */
68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/strace/xlat/
Dinotify_flags.h55 #if defined(IN_MOVED_TO) || (defined(HAVE_DECL_IN_MOVED_TO) && HAVE_DECL_IN_MOVED_TO)
57 static_assert((IN_MOVED_TO) == (0x00000080), "IN_MOVED_TO != 0x00000080");
60 # define IN_MOVED_TO 0x00000080
178 XLAT(IN_MOVED_TO),
Dinotify_flags.in8 IN_MOVED_TO 0x00000080
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h34 #define IN_MOVED_TO 0x00000080 /* File was moved to Y */ macro
47 #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO) /* moves */
63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify02.c109 event_set[test_cnt].mask = IN_MOVED_TO; in verify_inotify()
189 } else if (event->mask == IN_MOVED_TO) { in verify_inotify()
DREADME32 IN_MOVED_TO
/external/adhd/cras/src/common/
Dcras_file_wait.c108 if ((event->mask & (IN_CREATE|IN_MOVED_TO)) != 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/selinux/restorecond/
Dwatch.c92 ptr->wd = inotify_add_watch(fd, dir, IN_CREATE | IN_MOVED_TO); in watch_list_add()
/external/syzkaller/sys/linux/
Dsys_386.const191 IN_MOVED_TO = 128
Dsys_amd64.const191 IN_MOVED_TO = 128
Dsys_ppc64le.const191 IN_MOVED_TO = 128
Dsys_arm.const191 IN_MOVED_TO = 128
Dsys_arm64.const191 IN_MOVED_TO = 128
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc338 event->mask & (IN_CREATE | IN_MOVED_TO), in OnInotifyEvent()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go578 IN_MOVED_TO = 0x80 const
Dzerrors_linux_mips64le.go709 IN_MOVED_TO = 0x80 const
Dzerrors_linux_ppc64.go709 IN_MOVED_TO = 0x80 const
Dzerrors_linux_arm.go709 IN_MOVED_TO = 0x80 const
Dzerrors_linux_mips64.go709 IN_MOVED_TO = 0x80 const
Dzerrors_linux_ppc64le.go709 IN_MOVED_TO = 0x80 const
Dzerrors_linux_arm64.go712 IN_MOVED_TO = 0x80 const
Dzerrors_linux_386.go710 IN_MOVED_TO = 0x80 const
Dzerrors_linux_mips.go709 IN_MOVED_TO = 0x80 const
Dzerrors_linux_s390x.go709 IN_MOVED_TO = 0x80 const
Dzerrors_linux_mipsle.go709 IN_MOVED_TO = 0x80 const

12