HomeSort by relevance Sort by last modified time
    Searched full:blocks_clusters (Results 1 - 1 of 1) sorted by null

  /external/qemu/block/
qcow2-refcount.c 314 uint64_t blocks_clusters; local
317 blocks_clusters = 1 +
320 uint64_t meta_clusters = table_clusters + blocks_clusters;
337 uint64_t table_offset = meta_offset + blocks_clusters * s->cluster_size;
338 uint16_t *new_blocks = qemu_mallocz(blocks_clusters * s->cluster_size);
349 for (i = 0; i < blocks_clusters; i++) {
356 for (i = 0; i < table_clusters + blocks_clusters; i++) {
363 blocks_clusters * s->cluster_size);
    [all...]

Completed in 202 milliseconds