Searched defs:refcount_block_clusters (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dqcow2-refcount.c307 uint64_t refcount_block_clusters = 1 << (s->cluster_bits - REFCOUNT_SHIFT); local
309 refcount_block_clusters - 1) / refcount_block_clusters;
318 ((table_clusters + refcount_block_clusters - 1)
319 / refcount_block_clusters);
324 ((meta_clusters + refcount_block_clusters - 1)
325 / refcount_block_clusters));
335 uint64_t meta_offset = (blocks_used * refcount_block_clusters) *

Completed in 56 milliseconds