Searched refs:hash_tree_ranges (Results 1 – 3 of 3) sorted by relevance
194 HashTreeInfo(RangeSet hash_tree_ranges, RangeSet source_ranges, std::string hash_algorithm, in HashTreeInfo() argument196 : hash_tree_ranges_(std::move(hash_tree_ranges)), in HashTreeInfo()202 const RangeSet& hash_tree_ranges() const { in hash_tree_ranges() function
280 RangeSet hash_tree_ranges = RangeSet::Parse(tokens[pos++]); in Parse() local281 if (!hash_tree_ranges || hash_tree_ranges.size() != 1) { in Parse()300 HashTreeInfo hash_tree_info(std::move(hash_tree_ranges), std::move(source_ranges), in Parse()
1500 RangeSet hash_tree_ranges = RangeSet::Parse(params.tokens[params.cpos++]); in PerformCommandComputeHashTree() local1501 if (!hash_tree_ranges || hash_tree_ranges.size() != 1) { in PerformCommandComputeHashTree()1574 uint64_t write_offset = static_cast<uint64_t>(hash_tree_ranges.GetBlockNumber(0)) * BLOCKSIZE; in PerformCommandComputeHashTree()