Home
last modified time | relevance | path

Searched refs:IN_MODIFY (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dinotify.h31 #define IN_MODIFY 0x00000002 /* File was modified */ macro
66 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/openbmc/linux/include/linux/
H A Dinotify.h12 #define ALL_INOTIFY_BITS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
/openbmc/qemu/util/
H A Dfilemonitor-inotify.c101 (IN_CREATE | IN_MODIFY | IN_DELETE | IN_IGNORED | in qemu_file_monitor_watch()
121 case IN_MODIFY: in qemu_file_monitor_watch()
266 IN_CREATE | IN_DELETE | IN_MODIFY | in qemu_file_monitor_add_watch()
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dwait_inotify.c57 if (inotify_add_watch(fd, file, IN_MODIFY) < 0) in main()
H A Dcgroup_util.c617 ret = inotify_add_watch(fd, cg_control(cgroup, filename), IN_MODIFY); in __prepare_for_wait()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp1330 inotifyFd, redfishEventLogFile, IN_MODIFY); in watchRedfishEventLogFile()
1355 if (event.mask == IN_MODIFY) in watchRedfishEventLogFile()
1393 inotify_add_watch(inotifyFd, redfishEventLogFile, IN_MODIFY); in startEventLogMonitor()
/openbmc/linux/tools/tracing/latency/
H A Dlatency-collector.c1484 wd = inotify_add_watch(ifd, debug_maxlat, IN_MODIFY); in tracing_loop()
1513 if ((event->mask & IN_MODIFY) != 0) in tracing_loop()
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c847 BUILD_BUG_ON(IN_MODIFY != FS_MODIFY); in inotify_user_setup()
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py613 if stripped_mask & IN_MODIFY: