Home | History | Annotate | Download | only in block

Lines Matching refs:nb_clusters

514     acb->l2meta.nb_clusters = 0;
541 if (m->nb_clusters != 0) {
599 if (acb->l2meta.nb_clusters == 0 && acb->l2meta.depends_on != NULL) {
634 if (acb->l2meta.nb_clusters != 0) {
814 qcow2_free_any_clusters(bs, meta.cluster_offset, meta.nb_clusters);
1251 int64_t nb_clusters, k, k1, size;
1255 nb_clusters = size_to_clusters(s, size);
1256 for(k = 0; k < nb_clusters;) {
1260 while (k < nb_clusters && get_refcount(bs, k) == refcount)