Searched refs:clusters_allocated (Results 1 – 1 of 1) sorted by relevance
4453 int64_t clusters_allocated; in qcow2_co_truncate() local4513 clusters_allocated = qcow2_alloc_clusters_at(bs, allocation_start, in qcow2_co_truncate()4515 if (clusters_allocated < 0) { in qcow2_co_truncate()4516 error_setg_errno(errp, -clusters_allocated, in qcow2_co_truncate()4518 ret = clusters_allocated; in qcow2_co_truncate()4522 assert(clusters_allocated == nb_new_data_clusters); in qcow2_co_truncate()