Searched refs:allocation_start (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2.c | 4452 int64_t allocation_start, host_offset, guest_offset; in qcow2_co_truncate() local 4502 allocation_start = qcow2_refcount_area(bs, old_file_size, in qcow2_co_truncate() 4506 if (allocation_start < 0) { in qcow2_co_truncate() 4507 error_setg_errno(errp, -allocation_start, in qcow2_co_truncate() 4509 ret = allocation_start; in qcow2_co_truncate() 4513 clusters_allocated = qcow2_alloc_clusters_at(bs, allocation_start, in qcow2_co_truncate() 4525 new_file_size = allocation_start + in qcow2_co_truncate() 4550 qcow2_free_clusters(bs, allocation_start, in qcow2_co_truncate() 4557 host_offset = allocation_start; in qcow2_co_truncate()
|