Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.c4437 int64_t clusters_allocated; in qcow2_co_truncate() local
4497 clusters_allocated = qcow2_alloc_clusters_at(bs, allocation_start, in qcow2_co_truncate()
4499 if (clusters_allocated < 0) { in qcow2_co_truncate()
4500 error_setg_errno(errp, -clusters_allocated, in qcow2_co_truncate()
4502 ret = clusters_allocated; in qcow2_co_truncate()
4506 assert(clusters_allocated == nb_new_data_clusters); in qcow2_co_truncate()