Lines Matching refs:dst_extents
63 // - REPLACE: Replace the dst_extents on the drive with the attached data,
66 // dst_extents on the drive, zero padding to block size.
67 // - MOVE: Copy the data in src_extents to dst_extents. Extents may overlap,
71 // dst_extents in the new partition. There's no overlapping of data because
74 // bspatch with attached data, write new data to dst_extents, zero padding
77 // bspatch with the attached data and write the new data to dst_extents in the
79 // - ZERO: Write zeros to the destination dst_extents.
80 // - DISCARD: Discard the destination dst_extents blocks on the physical medium.
82 // - REPLACE_XZ: Replace the dst_extents with the contents of the attached
86 // puffpatch with the attached data and write the new data to dst_extents in
209 repeated Extent dst_extents = 6;
210 // Byte length of dst, equal to the number of blocks in dst_extents *