Home
last modified time | relevance | path

Searched refs:IN_MOVE_SELF (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dinotify.h41 #define IN_MOVE_SELF 0x00000800 /* Self was moved */ macro
69 IN_MOVE_SELF)
/openbmc/linux/include/linux/
H A Dinotify.h15 IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT | \
/openbmc/linux/fs/notify/inotify/
H A Dinotify_fsnotify.c114 if (mask & (IN_MOVE_SELF | IN_DELETE_SELF)) in inotify_handle_inode_event()
H A Dinotify_user.c857 BUILD_BUG_ON(IN_MOVE_SELF != FS_MOVE_SELF); in inotify_user_setup()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch427 …dapters._INOTIFY_EVENT(wd=wd_old_path, mask=2048, cookie=0, len=0), ['IN_MOVE_SELF'], new_path, '')
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py826 if raw_event.mask & (IN_DELETE_SELF | IN_MOVE_SELF):