Home
last modified time | relevance | path

Searched refs:allocation_start (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Dqcow2.c4438 int64_t allocation_start, host_offset, guest_offset; in qcow2_co_truncate() local
4488 allocation_start = qcow2_refcount_area(bs, old_file_size, in qcow2_co_truncate()
4492 if (allocation_start < 0) { in qcow2_co_truncate()
4493 error_setg_errno(errp, -allocation_start, in qcow2_co_truncate()
4495 ret = allocation_start; in qcow2_co_truncate()
4499 clusters_allocated = qcow2_alloc_clusters_at(bs, allocation_start, in qcow2_co_truncate()
4511 new_file_size = allocation_start + in qcow2_co_truncate()
4536 qcow2_free_clusters(bs, allocation_start, in qcow2_co_truncate()
4543 host_offset = allocation_start; in qcow2_co_truncate()