Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dinotify.h33 #define IN_CLOSE_WRITE 0x00000008 /* Writable 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 | \
/linux/include/linux/
H A Dinotify.h12 #define ALL_INOTIFY_BITS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/linux/tools/perf/
H A Dbuiltin-daemon.c1037 wd = inotify_add_watch(fd, dir, IN_CLOSE_WRITE); in setup_config_changes()
1065 if ((event->mask & IN_CLOSE_WRITE) && in process_inotify_event()