Searched refs:IN_MODIFY (Results 1 – 7 of 7) 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 | \
12 #define ALL_INOTIFY_BITS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
57 if (inotify_add_watch(fd, file, IN_MODIFY) < 0) in main()
639 ret = inotify_add_watch(fd, cg_control(cgroup, filename), IN_MODIFY); in __prepare_for_wait()
217 if (!(event->mask & IN_MODIFY)) { in process_memcg_events()293 events->path, IN_MODIFY); in initialize_memcg_events()
1484 wd = inotify_add_watch(ifd, debug_maxlat, IN_MODIFY); in tracing_loop()1513 if ((event->mask & IN_MODIFY) != 0) in tracing_loop()
846 BUILD_BUG_ON(IN_MODIFY != FS_MODIFY); in inotify_user_setup()