Searched refs:old_partition (Results 1 – 2 of 2) sorted by relevance
2955 auto old_partition = cow_creator->current_metadata->FindPartition(old_partition_name); in CreateUpdateSnapshotsInternal() local2956 if (old_partition) { in CreateUpdateSnapshotsInternal()2957 cow_creator_ret->snapshot_status.set_old_partition_size(old_partition->size()); in CreateUpdateSnapshotsInternal()
239 auto old_partition = "/dev/block/mapper/" + GetOtherPartitionName(name); in MapUpdateSnapshot() local240 auto result = sm->OpenSnapshotWriter(params, {old_partition}); in MapUpdateSnapshot()