Searched refs:IN_MODIFY (Results 1 – 25 of 30) sorted by relevance
12
/external/strace/xlat/ |
D | inotify_flags.h | 13 #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),
|
D | inotify_flags.in | 2 IN_MODIFY 0x00000002
|
/external/kernel-headers/original/uapi/linux/ |
D | inotify.h | 31 #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/ |
D | inotify.h | 28 #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/ |
D | inotify06.c | 96 myinotify_add_watch(inotify_fd, names[i], IN_MODIFY); in verify_inotify()
|
D | inotify09.c | 94 wd = myinotify_add_watch(inotify_fd, FNAME, IN_MODIFY); in verify_inotify()
|
D | README | 19 write IN_MODIFY
|
D | inotify05.c | 96 event->mask != IN_MODIFY && in verify_inotify()
|
D | inotify01.c | 103 event_set[test_cnt] = IN_MODIFY; in verify_inotify()
|
/external/selinux/restorecond/ |
D | utmpwatcher.c | 71 inotify_add_watch(inotify_fd, utmp_path, IN_MOVED_FROM | IN_MODIFY); in utmpwatcher_handle()
|
D | watch.c | 284 inotify_add_watch(fd, watch_file_path, IN_MOVED_FROM | IN_MODIFY); in read_config()
|
/external/toybox/toys/posix/ |
D | tail.c | 145 if (0 > (TT.files[f] = inotify_add_watch(TT.ffd, s, IN_MODIFY))) in do_tail()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 189 IN_MODIFY = 2
|
D | sys_amd64.const | 189 IN_MODIFY = 2
|
D | sys_ppc64le.const | 189 IN_MODIFY = 2
|
D | sys_arm.const | 189 IN_MODIFY = 2
|
D | sys_arm64.const | 189 IN_MODIFY = 2
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 575 IN_MODIFY = 0x2 const
|
D | zerrors_linux_mips64le.go | 706 IN_MODIFY = 0x2 const
|
D | zerrors_linux_ppc64.go | 706 IN_MODIFY = 0x2 const
|
D | zerrors_linux_arm.go | 706 IN_MODIFY = 0x2 const
|
D | zerrors_linux_mips64.go | 706 IN_MODIFY = 0x2 const
|
D | zerrors_linux_ppc64le.go | 706 IN_MODIFY = 0x2 const
|
D | zerrors_linux_arm64.go | 709 IN_MODIFY = 0x2 const
|
D | zerrors_linux_386.go | 707 IN_MODIFY = 0x2 const
|
12