Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c2514 int64_t refblock_cluster_index; in rebuild_refcounts_write_refblocks() local
2529 refblock_cluster_index = refblock_offset / s->cluster_size; in rebuild_refcounts_write_refblocks()
2530 if (refblock_cluster_index >= end_cluster) { in rebuild_refcounts_write_refblocks()
2535 end_cluster = refblock_cluster_index + 1; in rebuild_refcounts_write_refblocks()