Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dblock-common.h155 uint64_t total_clusters; member
/qemu/block/
H A Dqed-check.c240 check.result->bfi.total_clusters = in qed_check()
H A Dparallels.c930 res->bfi.total_clusters = s->bat_size; in parallels_collect_statistics()
H A Dqcow2-refcount.c2804 res->bfi.total_clusters = in qcow2_check_refcounts()
/qemu/
H A Dqemu-img.c655 if (check->total_clusters != 0 && check->allocated_clusters != 0) { in dump_human_image_check()
658 check->allocated_clusters, check->total_clusters, in dump_human_image_check()
659 check->allocated_clusters * 100.0 / check->total_clusters, in dump_human_image_check()
698 check->total_clusters = result.bfi.total_clusters; in collect_image_check()
699 check->has_total_clusters = result.bfi.total_clusters != 0; in collect_image_check()