Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c2306 int64_t *highest_cluster, in compare_refcounts() argument
2314 for (i = 0, *highest_cluster = 0; i < nb_clusters; i++) { in compare_refcounts()
2326 *highest_cluster = i; in compare_refcounts()
2787 int64_t size, highest_cluster, nb_clusters; in qcow2_check_refcounts() local
2817 compare_refcounts(bs, res, 0, &rebuild, &highest_cluster, refcount_table, in qcow2_check_refcounts()
2854 &highest_cluster, refcount_table, nb_clusters); in qcow2_check_refcounts()
2884 compare_refcounts(bs, res, fix, &rebuild, &highest_cluster, in qcow2_check_refcounts()
2895 res->image_end_offset = (highest_cluster + 1) * s->cluster_size; in qcow2_check_refcounts()