Searched refs:cow_size (Results 1 – 4 of 4) sorted by relevance
253 auto cow_size = GetCowSize(); in Run() local254 if (!cow_size) { in Run()259 uint64_t cow_partition_size = std::min(cow_size.value(), free_region_length); in Run()267 auto cow_file_size = cow_size.value() - cow_partition_size; in Run()
156 uint64_t cow_size) { in SetSnapshotDevice() argument158 cow_size_ = cow_size; in SetSnapshotDevice()
3723 uint64_t cow_size = status.cow_partition_size() + status.cow_file_size(); variable3724 writer->SetSnapshotDevice(std::move(fd), cow_size);
98 void SetSnapshotDevice(android::base::unique_fd&& snapshot_fd, uint64_t cow_size);