Home | History | Annotate | Download | only in update_engine

Lines Matching full:extents

62 // - MOVE: Copy the data in src_extents to dst_extents. Extents may overlap,
67 // the extents are in different partitions.
90 // physical partition. An ordered list of extents is another
93 // extents { {9, 3}, {2, 1}, {18, 1}, {12, 1} } (in that order).
95 // to use extents to encode the block lists (this is effectively
151 REPLACE = 0; // Replace destination extents w/ attached data
152 REPLACE_BZ = 1; // Replace destination extents w/ attached bzipped data
153 MOVE = 2; // Move source extents to destination extents
164 REPLACE_XZ = 8; // Replace destination extents w/ attached xz data.
176 // Ordered list of extents that are read from (if any) and written to.