Home
last modified time | relevance | path

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

/external/qemu/block/
Dqcow2-refcount.c314 uint64_t blocks_clusters; in alloc_refcount_block() local
317 blocks_clusters = 1 + in alloc_refcount_block()
320 uint64_t meta_clusters = table_clusters + blocks_clusters; in alloc_refcount_block()
337 uint64_t table_offset = meta_offset + blocks_clusters * s->cluster_size; in alloc_refcount_block()
338 uint16_t *new_blocks = qemu_mallocz(blocks_clusters * s->cluster_size); in alloc_refcount_block()
349 for (i = 0; i < blocks_clusters; i++) { in alloc_refcount_block()
356 for (i = 0; i < table_clusters + blocks_clusters; i++) { in alloc_refcount_block()
363 blocks_clusters * s->cluster_size); in alloc_refcount_block()