Searched refs:allocation_start (Results 1 – 1 of 1) sorted by relevance
/qemu/block/ |
H A D | qcow2.c | 4456 int64_t allocation_start, host_offset, guest_offset; in qcow2_co_truncate() local 4506 allocation_start = qcow2_refcount_area(bs, old_file_size, in qcow2_co_truncate() 4510 if (allocation_start < 0) { in qcow2_co_truncate() 4511 error_setg_errno(errp, -allocation_start, in qcow2_co_truncate() 4513 ret = allocation_start; in qcow2_co_truncate() 4517 clusters_allocated = qcow2_alloc_clusters_at(bs, allocation_start, in qcow2_co_truncate() 4529 new_file_size = allocation_start + in qcow2_co_truncate() 4554 qcow2_free_clusters(bs, allocation_start, in qcow2_co_truncate() 4561 host_offset = allocation_start; in qcow2_co_truncate()
|