Searched refs:IN_DELETE (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | inotify.h | 39 #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 D | new-test-inotify.patch | 175 ['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 D | filesystem_log_watcher.cpp | 174 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 D | filemonitor-inotify.c | 101 (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 D | inotify.h | 14 IN_MOVED_TO | IN_CREATE | IN_DELETE | \
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | sync_manager.cpp | 62 else if (mask & IN_DELETE) in processEntry()
|
H A D | sync_watch.cpp | 26 inotify_add_watch(inotifyFd, path.c_str(), IN_CLOSE_WRITE | IN_DELETE); in addInotifyWatch()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | manager.cpp | 575 _pelFileDeleteFD, _repo.repoPath().c_str(), IN_DELETE); in setupPELDeleteWatch() 616 if (event->mask & IN_DELETE) in pelFileDeleted()
|
/openbmc/entity-manager/src/ |
H A D | fru_device.cpp | 1466 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 D | inotify_user.c | 855 BUILD_BUG_ON(IN_DELETE != FS_DELETE); in inotify_user_setup()
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 2134 mask |= IN_CREATE | IN_DELETE
|