Searched refs:IN_MODIFY (Results 1 – 3 of 3) sorted by relevance
30 #define IN_MODIFY 0x00000002 /* File was modified */ macro64 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
14 #define ALL_INOTIFY_BITS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
799 BUILD_BUG_ON(IN_MODIFY != FS_MODIFY); in inotify_user_setup()