Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dinotify_flags.h13 #if defined(IN_MODIFY) || (defined(HAVE_DECL_IN_MODIFY) && HAVE_DECL_IN_MODIFY)
15 static_assert((IN_MODIFY) == (0x00000002), "IN_MODIFY != 0x00000002");
18 # define IN_MODIFY 0x00000002
172 XLAT(IN_MODIFY),
Dinotify_flags.in2 IN_MODIFY 0x00000002
/external/kernel-headers/original/uapi/linux/
Dinotify.h31 #define IN_MODIFY 0x00000002 /* File was modified */ macro
66 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h28 #define IN_MODIFY 0x00000002 /* File was modified */ macro
61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify06.c96 myinotify_add_watch(inotify_fd, names[i], IN_MODIFY); in verify_inotify()
Dinotify09.c94 wd = myinotify_add_watch(inotify_fd, FNAME, IN_MODIFY); in verify_inotify()
DREADME19 write IN_MODIFY
Dinotify05.c96 event->mask != IN_MODIFY && in verify_inotify()
Dinotify01.c103 event_set[test_cnt] = IN_MODIFY; in verify_inotify()
/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/toybox/toys/posix/
Dtail.c145 if (0 > (TT.files[f] = inotify_add_watch(TT.ffd, s, IN_MODIFY))) in do_tail()
/external/syzkaller/sys/linux/
Dsys_386.const189 IN_MODIFY = 2
Dsys_amd64.const189 IN_MODIFY = 2
Dsys_ppc64le.const189 IN_MODIFY = 2
Dsys_arm.const189 IN_MODIFY = 2
Dsys_arm64.const189 IN_MODIFY = 2
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go575 IN_MODIFY = 0x2 const
Dzerrors_linux_mips64le.go706 IN_MODIFY = 0x2 const
Dzerrors_linux_ppc64.go706 IN_MODIFY = 0x2 const
Dzerrors_linux_arm.go706 IN_MODIFY = 0x2 const
Dzerrors_linux_mips64.go706 IN_MODIFY = 0x2 const
Dzerrors_linux_ppc64le.go706 IN_MODIFY = 0x2 const
Dzerrors_linux_arm64.go709 IN_MODIFY = 0x2 const
Dzerrors_linux_386.go707 IN_MODIFY = 0x2 const

12