Lines Matching refs:dst_extents
58 // - REPLACE: Replace the dst_extents on the drive with the attached data,
61 // dst_extents on the drive, zero padding to block size.
62 // - MOVE: Copy the data in src_extents to dst_extents. Extents may overlap,
66 // dst_extents in the new partition. There's no overlapping of data because
69 // bspatch with attached data, write new data to dst_extents, zero padding
72 // bspatch with the attached data and write the new data to dst_extents in the
74 // - ZERO: Write zeros to the destination dst_extents.
75 // - DISCARD: Discard the destination dst_extents blocks on the physical medium.
77 // - REPLACE_XZ: Replace the dst_extents with the contents of the attached
184 repeated Extent dst_extents = 6; field
185 // Byte length of dst, equal to the number of blocks in dst_extents *