Searched refs:IN_MOVED_FROM (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | inotify.h | 36 #define IN_MOVED_FROM 0x00000040 /* File was moved from X */ macro 50 #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO) /* moves */ 67 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
|
/openbmc/qemu/util/ |
H A D | filemonitor-inotify.c | 102 IN_MOVED_TO | IN_MOVED_FROM | IN_ATTRIB); in qemu_file_monitor_watch() 125 case IN_MOVED_FROM: in qemu_file_monitor_watch() 267 IN_MOVED_TO | IN_MOVED_FROM | IN_ATTRIB); in qemu_file_monitor_add_watch()
|
/openbmc/linux/include/linux/ |
H A D | inotify.h | 13 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/ |
H A D | new-test-inotify.patch | 423 …_EVENT(wd=1, mask=1073741888, cookie=events2[0][0].cookie, len=16), ['IN_MOVED_FROM', 'IN_ISDIR'],… 425 …(wd=wd_path, mask=1073741888, cookie=events2[0][0].cookie, len=16), ['IN_MOVED_FROM', 'IN_ISDIR'],… 445 …VENT(wd=wd_old_path, mask=64, cookie=events3[3][0].cookie, len=16), ['IN_MOVED_FROM'], new_path, '… 453 …_INOTIFY_EVENT(wd=3, mask=64, cookie=events3[3][0].cookie, len=16), ['IN_MOVED_FROM'], new_path, '…
|
/openbmc/linux/fs/notify/inotify/ |
H A D | inotify_user.c | 852 BUILD_BUG_ON(IN_MOVED_FROM != FS_MOVED_FROM); in inotify_user_setup()
|