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

  /external/qemu/block/
qcow2-refcount.c 316 uint64_t table_clusters = size_to_clusters(s, table_size); local
318 ((table_clusters + refcount_block_clusters - 1)
320 uint64_t meta_clusters = table_clusters + blocks_clusters;
354 uint64_t table_clusters = size_to_clusters(s, table_size * sizeof(uint64_t)); local
356 for (i = 0; i < table_clusters + blocks_clusters; i++) {
388 cpu_to_be32w((uint32_t*)(data + 8), table_clusters);
    [all...]

Completed in 69 milliseconds