IN_CLOSE_WRITE 192 include/linux/fsnotify.h u32 mask = (mode & FMODE_WRITE) ? IN_CLOSE_WRITE : IN_CLOSE_NOWRITE; IN_CLOSE_WRITE 48 include/linux/inotify.h #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */ IN_CLOSE_WRITE 63 include/linux/inotify.h #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \