Searched refs:count_contiguous_clusters (Results 1 - 1 of 1) sorted by relevance

/external/qemu/block/
H A Dqcow2-cluster.c293 static int count_contiguous_clusters(uint64_t nb_clusters, int cluster_size, function
504 c = count_contiguous_clusters(nb_clusters, s->cluster_size,
774 nb_clusters = count_contiguous_clusters(nb_clusters, s->cluster_size,
792 i += count_contiguous_clusters(nb_clusters - i, s->cluster_size,

Completed in 30 milliseconds