Searched refs:FAN_MOVED_TO (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfanotify.h15 #define FAN_MOVED_TO 0x00000080 /* File was moved to Y */ macro
37 #define FAN_MOVE (FAN_MOVED_FROM | FAN_MOVED_TO) /* moves */
/linux-master/fs/notify/fanotify/
H A Dfanotify.c898 BUILD_BUG_ON(FAN_MOVED_TO != FS_MOVED_TO);

Completed in 108 milliseconds