Home
last modified time | relevance | path

Searched refs:IN_DELETE (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dinotify.h39 #define IN_DELETE 0x00000200 /* Subfile was deleted */ macro
68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch175 ['IN_DELETE'],
236 - TestInotify._event_general(wd=1, mask=512, type_name='IN_DELETE',
244 …ify.adapters._INOTIFY_EVENT(wd=wd_path1, mask=512, cookie=0, len=16), ['IN_DELETE'], path1, u'seen…
354 - (inotify.adapters._INOTIFY_EVENT(wd=1, mask=512, cookie=0, len=16), ['IN_DELETE'],…
355 - (inotify.adapters._INOTIFY_EVENT(wd=2, mask=512, cookie=0, len=16), ['IN_DELETE'],…
356 - (inotify.adapters._INOTIFY_EVENT(wd=3, mask=512, cookie=0, len=16), ['IN_DELETE'],…
357 …tify.adapters._INOTIFY_EVENT(wd=wd_path, mask=512, cookie=0, len=16), ['IN_DELETE'], path, 'seen_n…
358 …ify.adapters._INOTIFY_EVENT(wd=wd_path1, mask=512, cookie=0, len=16), ['IN_DELETE'], path1, 'seen_…
359 …ify.adapters._INOTIFY_EVENT(wd=wd_path2, mask=512, cookie=0, len=16), ['IN_DELETE'], path2, 'seen_…
363 …rs._INOTIFY_EVENT(wd=1, mask=1073742336, cookie=0, len=16), ['IN_ISDIR', 'IN_DELETE'], path, 'aa'),
[all …]
/openbmc/bmcweb/redfish-core/src/
H A Dfilesystem_log_watcher.cpp174 else if ((event.mask == IN_DELETE) || (event.mask == IN_MOVED_TO)) in onINotify()
227 IN_CREATE | IN_MOVED_TO | IN_DELETE); in FilesystemLogWatcher()
/openbmc/qemu/util/
H A Dfilemonitor-inotify.c101 (IN_CREATE | IN_MODIFY | IN_DELETE | IN_IGNORED | in qemu_file_monitor_watch()
124 case IN_DELETE: in qemu_file_monitor_watch()
266 IN_CREATE | IN_DELETE | IN_MODIFY | in qemu_file_monitor_add_watch()
/openbmc/linux/include/linux/
H A Dinotify.h14 IN_MOVED_TO | IN_CREATE | IN_DELETE | \
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsync_manager.cpp62 else if (mask & IN_DELETE) in processEntry()
H A Dsync_watch.cpp26 inotify_add_watch(inotifyFd, path.c_str(), IN_CLOSE_WRITE | IN_DELETE); in addInotifyWatch()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmanager.cpp575 _pelFileDeleteFD, _repo.repoPath().c_str(), IN_DELETE); in setupPELDeleteWatch()
616 if (event->mask & IN_DELETE) in pelFileDeleted()
/openbmc/entity-manager/src/
H A Dfru_device.cpp1466 inotify_add_watch(fd, i2CDevLocation, IN_CREATE | IN_MOVED_TO | IN_DELETE); in main()
1488 case IN_DELETE: in main()
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c855 BUILD_BUG_ON(IN_DELETE != FS_DELETE); in inotify_user_setup()
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py2134 mask |= IN_CREATE | IN_DELETE