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

/external/kernel-headers/original/linux/
H A Dinotify.h34 #define IN_MOVED_TO 0x00000080 /* File was moved to Y */ macro
47 #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO) /* moves */
63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \

Completed in 76 milliseconds