Home
last modified time | relevance | path

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

/include/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 | \
/include/linux/
Dinotify.h15 #define ALL_INOTIFY_BITS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \