Searched refs:IN_CLOSE_WRITE (Results 1 – 7 of 7) sorted by relevance
32 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */ macro48 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */64 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
11 #if !(defined(IN_CLOSE_WRITE) || (defined(HAVE_DECL_IN_CLOSE_WRITE) && HAVE_DECL_IN_CLOSE_WRITE))12 # define IN_CLOSE_WRITE 0x00000008 macro77 XLAT(IN_CLOSE_WRITE),
4 IN_CLOSE_WRITE 0x00000008
149 …wd = inotify_add_watch (inotify_fd, new_dirs[i], IN_CLOSE_WRITE | IN_DELETE | IN_MOVED_TO | IN_MOV… in _set_watched_dirs_internal()
302 IN_CLOSE_WRITE | IN_MOVE | in AddWatch()
924 …inotify_add_watch(inotify_fd, c ? "/services" : AVAHI_SERVICE_DIR, IN_CLOSE_WRITE|IN_DELETE|IN_DEL… in add_inotify_watches()931 …inotify_add_watch(inotify_fd, c ? "/" : AVAHI_CONFIG_DIR, IN_CLOSE_WRITE|IN_DELETE|IN_DELETE_SELF|… in add_inotify_watches()
36 IN_CLOSE_WRITE, IN_DELETE, IN_MOVE_TO and IN_MOVE_FROM events. This