Home
last modified time | relevance | path

Searched refs:IN_MOVED_FROM (Results 1 – 25 of 28) sorted by relevance

12

/external/kernel-headers/original/uapi/linux/
Dinotify.h36 #define IN_MOVED_FROM 0x00000040 /* File was moved from X */ macro
50 #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO) /* moves */
67 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
/external/strace/xlat/
Dinotify_flags.h48 #if defined(IN_MOVED_FROM) || (defined(HAVE_DECL_IN_MOVED_FROM) && HAVE_DECL_IN_MOVED_FROM)
50 static_assert((IN_MOVED_FROM) == (0x00000040), "IN_MOVED_FROM != 0x00000040");
53 # define IN_MOVED_FROM 0x00000040
177 XLAT(IN_MOVED_FROM),
Dinotify_flags.in7 IN_MOVED_FROM 0x00000040
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h33 #define IN_MOVED_FROM 0x00000040 /* File was moved from X */ macro
47 #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO) /* moves */
62 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify02.c106 event_set[test_cnt].mask = IN_MOVED_FROM; in verify_inotify()
184 if (event->mask == IN_MOVED_FROM) { in verify_inotify()
DREADME31 rename file IN_MOVED_FROM
/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/selinux/restorecond/
Dutmpwatcher.c71 inotify_add_watch(inotify_fd, utmp_path, IN_MOVED_FROM | IN_MODIFY); in utmpwatcher_handle()
Dwatch.c284 inotify_add_watch(fd, watch_file_path, IN_MOVED_FROM | IN_MODIFY); in read_config()
/external/syzkaller/sys/linux/
Dsys_386.const190 IN_MOVED_FROM = 64
Dsys_amd64.const190 IN_MOVED_FROM = 64
Dsys_ppc64le.const190 IN_MOVED_FROM = 64
Dsys_arm.const190 IN_MOVED_FROM = 64
Dsys_arm64.const190 IN_MOVED_FROM = 64
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc339 event->mask & (IN_DELETE | IN_MOVED_FROM), in OnInotifyEvent()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go577 IN_MOVED_FROM = 0x40 const
Dzerrors_linux_mips64le.go708 IN_MOVED_FROM = 0x40 const
Dzerrors_linux_ppc64.go708 IN_MOVED_FROM = 0x40 const
Dzerrors_linux_arm.go708 IN_MOVED_FROM = 0x40 const
Dzerrors_linux_mips64.go708 IN_MOVED_FROM = 0x40 const
Dzerrors_linux_ppc64le.go708 IN_MOVED_FROM = 0x40 const
Dzerrors_linux_arm64.go711 IN_MOVED_FROM = 0x40 const
Dzerrors_linux_386.go709 IN_MOVED_FROM = 0x40 const
Dzerrors_linux_mips.go708 IN_MOVED_FROM = 0x40 const
Dzerrors_linux_s390x.go708 IN_MOVED_FROM = 0x40 const

12