Home
last modified time | relevance | path

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

12

/external/kernel-headers/original/uapi/linux/
Dinotify.h33 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */ macro
49 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
66 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/external/strace/xlat/
Dinotify_flags.h27 #if defined(IN_CLOSE_WRITE) || (defined(HAVE_DECL_IN_CLOSE_WRITE) && HAVE_DECL_IN_CLOSE_WRITE)
29 static_assert((IN_CLOSE_WRITE) == (0x00000008), "IN_CLOSE_WRITE != 0x00000008");
32 # define IN_CLOSE_WRITE 0x00000008
174 XLAT(IN_CLOSE_WRITE),
Dinotify_flags.in4 IN_CLOSE_WRITE 0x00000008
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h30 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */ macro
46 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/external/ltp/testcases/kernel/syscalls/inotify/
DREADME20 close IN_CLOSE_WRITE
30 close IN_CLOSE_WRITE
Dinotify08.c103 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
191 IN_ATTRIB | IN_OPEN | IN_CLOSE_WRITE)) < 0) { in setup()
Dinotify01.c107 event_set[test_cnt] = IN_CLOSE_WRITE; in verify_inotify()
Dinotify07.c104 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
Dinotify02.c101 event_set[test_cnt].mask = IN_CLOSE_WRITE; in verify_inotify()
/external/syzkaller/sys/linux/
Dsys_386.const182 IN_CLOSE_WRITE = 8
Dsys_amd64.const182 IN_CLOSE_WRITE = 8
Dsys_arm.const182 IN_CLOSE_WRITE = 8
Dsys_ppc64le.const182 IN_CLOSE_WRITE = 8
Dsys_arm64.const182 IN_CLOSE_WRITE = 8
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc301 IN_CLOSE_WRITE | IN_MOVE | in AddWatch()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go565 IN_CLOSE_WRITE = 0x8 const
Dzerrors_linux_mipsle.go696 IN_CLOSE_WRITE = 0x8 const
Dzerrors_linux_s390x.go696 IN_CLOSE_WRITE = 0x8 const
Dzerrors_linux_arm.go696 IN_CLOSE_WRITE = 0x8 const
Dzerrors_linux_ppc64le.go696 IN_CLOSE_WRITE = 0x8 const
Dzerrors_linux_mips64.go696 IN_CLOSE_WRITE = 0x8 const
Dzerrors_linux_ppc64.go696 IN_CLOSE_WRITE = 0x8 const
Dzerrors_linux_amd64.go697 IN_CLOSE_WRITE = 0x8 const
Dzerrors_linux_mips64le.go696 IN_CLOSE_WRITE = 0x8 const
Dzerrors_linux_386.go697 IN_CLOSE_WRITE = 0x8 const

12