Home
last modified time | relevance | path

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

/external/qemu/block/
Dqcow2-cluster.c257 static int count_contiguous_clusters(uint64_t nb_clusters, int cluster_size, in count_contiguous_clusters() function
455 c = count_contiguous_clusters(nb_clusters, s->cluster_size, in qcow2_get_cluster_offset()
701 nb_clusters = count_contiguous_clusters(nb_clusters, s->cluster_size, in qcow2_alloc_cluster_offset()
718 i += count_contiguous_clusters(nb_clusters - i, s->cluster_size, in qcow2_alloc_cluster_offset()