Searched refs:cow_size (Results 1 – 7 of 7) sorted by relevance
48 size_t cow_size);104 size_t cow_size; member
99 size_t cow_size) { in AddPartition() argument101 part.cow_size = cow_size; in AddPartition()149 if (part.cow_size > 0) { in WritePayload()150 partition->set_estimate_cow_size(part.cow_size); in WritePayload()
79 size_t* cow_size, in PartitionProcessor() argument87 cow_size_(cow_size), in PartitionProcessor()
240 auto cow_size = GetCowSize(); in Run() local241 if (!cow_size) { in Run()246 uint64_t cow_partition_size = std::min(cow_size.value(), free_region_length); in Run()254 auto cow_file_size = cow_size.value() - cow_partition_size; in Run()
129 uint64_t cow_size) { in SetSnapshotDevice() argument131 cow_size_ = cow_size; in SetSnapshotDevice()
3224 uint64_t cow_size = status.cow_partition_size() + status.cow_file_size(); in OpenKernelSnapshotWriter() local3225 writer->SetSnapshotDevice(std::move(fd), cow_size); in OpenKernelSnapshotWriter()
92 void SetSnapshotDevice(android::base::unique_fd&& snapshot_fd, uint64_t cow_size);