Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dinotify.h32 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */ macro
48 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
64 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/linux-4.1.27/include/linux/
Dinotify.h14 #define ALL_INOTIFY_BITS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c789 BUILD_BUG_ON(IN_CLOSE_WRITE != FS_CLOSE_WRITE); in inotify_user_setup()