Searched refs:source_blocks (Results 1 – 2 of 2) sorted by relevance
282 std::unordered_map<std::string, uint64_t> source_blocks; in AnalyzePartition() local296 source_blocks = GetBlockMap(source_fd); in AnalyzePartition()297 if (source_blocks.empty()) { in AnalyzePartition()366 if (auto iter = source_blocks.find(hash); iter != source_blocks.end()) { in AnalyzePartition()
447 std::set<uint64_t> source_blocks; in ReadMetadata() local510 if (dest_blocks.count(cow_op->new_block) || source_blocks.count(cow_op->source)) { in ReadMetadata()518 source_blocks.insert(cow_op->new_block); in ReadMetadata()587 source_blocks.clear(); in ReadMetadata()