Home
last modified time | relevance | path

Searched defs:nb_clusters (Results 1 – 3 of 3) sorted by relevance

/external/qemu/block/
Dqcow2-cluster.c293 static int count_contiguous_clusters(uint64_t nb_clusters, int cluster_size, in count_contiguous_clusters()
309 static int count_contiguous_free_clusters(uint64_t nb_clusters, uint64_t *l2_table) in count_contiguous_free_clusters()
447 unsigned int index_in_cluster, nb_clusters; in qcow2_get_cluster_offset() local
757 unsigned int nb_clusters, i = 0; in qcow2_alloc_cluster_offset() local
Dqcow2-refcount.c590 int i, nb_clusters, refcount; in alloc_clusters_noref() local
698 uint64_t cluster_offset, int nb_clusters) in qcow2_free_any_clusters()
1108 int nb_clusters, refcount1, refcount2, i; in qcow2_check_refcounts() local
Dqcow2.h141 int nb_clusters; member