Lines Matching full:extents
28 // An ExtentRanges object represents an unordered collection of extents (and
31 // ignores sparse hole extents mostly to avoid confusion between extending a
54 void AddExtents(const std::vector<Extent>& extents);
55 void SubtractExtents(const std::vector<Extent>& extents);
75 // Returns an ordered vector of extents for |count| blocks,
76 // using extents in extent_set_. The returned extents are not
86 // Filters out from the passed list of extents |extents| all the blocks in the
87 // ExtentRanges set. Note that the order of the blocks in |extents| is preserved
89 std::vector<Extent> FilterExtentRanges(const std::vector<Extent>& extents,