Searched refs:IN_IGNORED (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | inotify.h | 16 IN_Q_OVERFLOW | IN_IGNORED | IN_ONLYDIR | \
|
/openbmc/linux/include/uapi/linux/ |
H A D | inotify.h | 46 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
|
/openbmc/qemu/util/ |
H A D | filemonitor-inotify.c | 101 (IN_CREATE | IN_MODIFY | IN_DELETE | IN_IGNORED | in qemu_file_monitor_watch() 131 case IN_IGNORED: in qemu_file_monitor_watch()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | sync_watch.cpp | 100 if (event->mask & IN_IGNORED) in callback()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/ |
H A D | new-test-inotify.patch | 362 - (inotify.adapters._INOTIFY_EVENT(wd=2, mask=32768, cookie=0, len=0), ['IN_IGNORED'… 365 …tify.adapters._INOTIFY_EVENT(wd=wd_path1, mask=32768, cookie=0, len=0), ['IN_IGNORED'], path1, ''), 369 - (inotify.adapters._INOTIFY_EVENT(wd=3, mask=32768, cookie=0, len=0), ['IN_IGNORED'… 372 …tify.adapters._INOTIFY_EVENT(wd=wd_path2, mask=32768, cookie=0, len=0), ['IN_IGNORED'], path2, ''), 449 …dapters._INOTIFY_EVENT(wd=wd_old_path, mask=32768, cookie=0, len=0), ['IN_IGNORED'], new_path, ''), 464 - (inotify.adapters._INOTIFY_EVENT(wd=3, mask=32768, cookie=0, len=0), ['IN_IGNORED'…
|
/openbmc/linux/fs/notify/inotify/ |
H A D | inotify_user.c | 135 return mask & (IN_ALL_EVENTS | IN_ISDIR | IN_UNMOUNT | IN_IGNORED | in inotify_mask_to_arg() 860 BUILD_BUG_ON(IN_IGNORED != FS_IN_IGNORED); in inotify_user_setup()
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 1257 if not (raw_event.mask & IN_IGNORED):
|