Searched refs:IN_MOVED_TO (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dinotify.h14 IN_MOVED_TO | IN_CREATE | IN_DELETE | \
/linux-master/include/uapi/linux/
H A Dinotify.h37 #define IN_MOVED_TO 0x00000080 /* File was moved to Y */ macro
50 #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO) /* moves */
68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/linux-master/fs/notify/inotify/
H A Dinotify_user.c852 BUILD_BUG_ON(IN_MOVED_TO != FS_MOVED_TO);

Completed in 303 milliseconds