/openbmc/linux/include/uapi/linux/ |
H A D | inotify.h | 33 #define IN_CLOSE_WRITE 0x00000008 /* Writtable file was closed */ macro 49 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */ 66 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/ |
H A D | new-test-inotify.patch | 71 - (inotify.adapters._INOTIFY_EVENT(wd=1, mask=8, cookie=0, len=16), ['IN_CLOSE_WRITE… 74 …(inotify.adapters._INOTIFY_EVENT(wd=wd, mask=8, cookie=0, len=16), ['IN_CLOSE_WRITE'], inner_path,… 112 - (inotify.adapters._INOTIFY_EVENT(wd=1, mask=8, cookie=0, len=16), ['IN_CLOSE_WRITE… 115 …(inotify.adapters._INOTIFY_EVENT(wd=wd, mask=8, cookie=0, len=16), ['IN_CLOSE_WRITE'], inner_path,… 168 ['IN_CLOSE_WRITE'], 240 …fy.adapters._INOTIFY_EVENT(wd=wd_path1, mask=8, cookie=0, len=16), ['IN_CLOSE_WRITE'], path1, u'se… 243 …fy.adapters._INOTIFY_EVENT(wd=wd_path2, mask=8, cookie=0, len=16), ['IN_CLOSE_WRITE'], path2, u'se… 335 - (inotify.adapters._INOTIFY_EVENT(wd=1, mask=8, cookie=0, len=16), ['IN_CLOSE_WRITE… 338 …ify.adapters._INOTIFY_EVENT(wd=wd_path, mask=8, cookie=0, len=16), ['IN_CLOSE_WRITE'], path, 'seen… 342 - (inotify.adapters._INOTIFY_EVENT(wd=2, mask=8, cookie=0, len=16), ['IN_CLOSE_WRITE… [all …]
|
/openbmc/pldm/fw-update/ |
H A D | watch.cpp | 42 wd = inotify_add_watch(fd, "/tmp/images", IN_CLOSE_WRITE); in Watch() 93 if ((event->mask & IN_CLOSE_WRITE) && !(event->mask & IN_ISDIR)) in callback()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | watch.cpp | 51 wd = inotify_add_watch(fd, IMG_UPLOAD_DIR, IN_CLOSE_WRITE); in Watch() 102 if ((event->mask & IN_CLOSE_WRITE) && !(event->mask & IN_ISDIR)) in callback()
|
H A D | sync_manager.cpp | 36 if (mask & IN_CLOSE_WRITE) in processEntry()
|
H A D | sync_watch.cpp | 26 inotify_add_watch(inotifyFd, path.c_str(), IN_CLOSE_WRITE | IN_DELETE); in addInotifyWatch()
|
/openbmc/linux/include/linux/ |
H A D | inotify.h | 12 #define ALL_INOTIFY_BITS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \
|
/openbmc/phosphor-debug-collector/ |
H A D | core_manager.hpp | 27 static constexpr auto coreFileEvent = IN_CLOSE_WRITE;
|
H A D | dump_manager_bmc.hpp | 59 eventLoop, IN_NONBLOCK, IN_CLOSE_WRITE | IN_CREATE, EPOLLIN, in Manager()
|
H A D | dump_manager_bmc.cpp | 224 if (IN_CLOSE_WRITE == i.second) in watchCallback() 245 eventLoop, IN_NONBLOCK, IN_CLOSE_WRITE, EPOLLIN, i.first, in watchCallback()
|
/openbmc/phosphor-certificate-manager/ |
H A D | watch.cpp | 67 wd = inotify_add_watch(fd, watchDir.c_str(), IN_CLOSE_WRITE); in startWatch()
|
/openbmc/sdbusplus/test/async/ |
H A D | fdio.cpp | 24 auto wd = inotify_add_watch(fd, path.c_str(), IN_CLOSE_WRITE); in FdioTest()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-daemon.c | 1036 wd = inotify_add_watch(fd, dir, IN_CLOSE_WRITE); in setup_config_changes() 1064 if ((event->mask & IN_CLOSE_WRITE) && in process_inotify_event()
|
/openbmc/linux/fs/notify/inotify/ |
H A D | inotify_user.c | 849 BUILD_BUG_ON(IN_CLOSE_WRITE != FS_CLOSE_WRITE); in inotify_user_setup()
|