Home
last modified time | relevance | path

Searched refs:IN_CREATE (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch69 - (inotify.adapters._INOTIFY_EVENT(wd=1, mask=256, cookie=0, len=16), ['IN_CREATE'],…
72 + (inotify.adapters._INOTIFY_EVENT(wd=wd, mask=256, cookie=0, len=16), ['IN_CREATE']…
110 - (inotify.adapters._INOTIFY_EVENT(wd=1, mask=256, cookie=0, len=16), ['IN_CREATE'],…
113 + (inotify.adapters._INOTIFY_EVENT(wd=wd, mask=256, cookie=0, len=16), ['IN_CREATE']…
154 ['IN_CREATE'],
333 - (inotify.adapters._INOTIFY_EVENT(wd=1, mask=256, cookie=0, len=16), ['IN_CREATE'],…
340 - (inotify.adapters._INOTIFY_EVENT(wd=2, mask=256, cookie=0, len=16), ['IN_CREATE'],…
347 - (inotify.adapters._INOTIFY_EVENT(wd=3, mask=256, cookie=0, len=16), ['IN_CREATE'],…
521 - (inotify.adapters._INOTIFY_EVENT(wd=3, mask=256, cookie=0, len=16), ['IN_CREATE'],…
559 - (inotify.adapters._INOTIFY_EVENT(wd=3, mask=256, cookie=0, len=16), ['IN_CREATE'],…
[all …]
/openbmc/linux/include/uapi/linux/
H A Dinotify.h38 #define IN_CREATE 0x00000100 /* Subfile was created */ macro
68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/openbmc/linux/include/linux/
H A Dinotify.h14 IN_MOVED_TO | IN_CREATE | IN_DELETE | \
/openbmc/qemu/util/
H A Dfilemonitor-inotify.c101 (IN_CREATE | IN_MODIFY | IN_DELETE | IN_IGNORED | in qemu_file_monitor_watch()
117 case IN_CREATE: in qemu_file_monitor_watch()
266 IN_CREATE | IN_DELETE | IN_MODIFY | in qemu_file_monitor_add_watch()
/openbmc/phosphor-debug-collector/
H A Dcore_manager.hpp29 static constexpr auto coreFileEvent = IN_CREATE;
H A Ddump_manager_bmc.hpp59 eventLoop, IN_NONBLOCK, IN_CLOSE_WRITE | IN_CREATE, EPOLLIN, in Manager()
H A Ddump_manager_bmc.cpp240 else if ((IN_CREATE == i.second) && in watchCallback()
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dwatch.cpp40 wd = inotify_add_watch(fd(), PNOR_ACTIVE_PATH, IN_CREATE); in Watch()
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py705 flags = IN_CREATE
707 flags = IN_CREATE | IN_ISDIR
1795 if auto_add and not mask & IN_CREATE:
1796 mask |= IN_CREATE
2134 mask |= IN_CREATE | IN_DELETE
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp1159 if (event.mask == IN_CREATE) in watchRedfishEventLogFile()
1224 IN_CREATE | IN_MOVED_TO | IN_DELETE); in startEventLogMonitor()
/openbmc/entity-manager/src/
H A Dfru_device.cpp1399 inotify_add_watch(fd, i2CDevLocation, IN_CREATE | IN_MOVED_TO | IN_DELETE); in main()
1419 case IN_CREATE: in main()
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c854 BUILD_BUG_ON(IN_CREATE != FS_CREATE); in inotify_user_setup()