Searched refs:IN_MODIFY (Results 1 – 10 of 10) sorted by relevance
31 #define IN_MODIFY 0x00000002 /* File was modified */ macro66 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
40 #define IN_MODIFY 0x00000002 /* File was modified. */ macro76 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE \
15 #define ALL_INOTIFY_BITS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
71 IN_MODIFY); in cg_prepare_for_wait()
813 BUILD_BUG_ON(IN_MODIFY != FS_MODIFY); in inotify_user_setup()
613 if stripped_mask & IN_MODIFY:
175 pyinotify.IN_DELETE_SELF | pyinotify.IN_MODIFY | pyinotify.IN_MOVE_SELF | \