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

/external/qemu/block/
H A Dqcow2-refcount.c150 unsigned int min_clusters = (min_size >> (s->cluster_bits - 3)) + 1; local
154 while (min_clusters > refcount_table_clusters) {

Completed in 121 milliseconds