Home
last modified time | relevance | path

Searched refs:IN_IGNORED (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dinotify.h16 IN_Q_OVERFLOW | IN_IGNORED | IN_ONLYDIR | \
/openbmc/linux/include/uapi/linux/
H A Dinotify.h46 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/openbmc/phosphor-bmc-code-mgmt/
H A Dsync_watch.cpp101 if (event->mask & IN_IGNORED) in callback()
/openbmc/qemu/util/
H A Dfilemonitor-inotify.c101 (IN_CREATE | IN_MODIFY | IN_DELETE | IN_IGNORED | in qemu_file_monitor_watch()
131 case IN_IGNORED: in qemu_file_monitor_watch()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch362 - (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 Dinotify_user.c135 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 Dpyinotify.py1257 if not (raw_event.mask & IN_IGNORED):