Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dblock-common.h154 uint64_t allocated_clusters; member
/qemu/block/
H A Dqed-check.c82 check->result->bfi.allocated_clusters++; in qed_check_l2_table()
H A Dparallels.c949 res->bfi.allocated_clusters++; in parallels_collect_statistics()
H A Dqcow2-refcount.c1738 res->bfi.allocated_clusters++; in check_refcounts_l2()
1813 res->bfi.allocated_clusters++; in check_refcounts_l2()
/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()
660 check->fragmented_clusters * 100.0 / check->allocated_clusters, in dump_human_image_check()
662 check->allocated_clusters); in dump_human_image_check()
700 check->allocated_clusters = result.bfi.allocated_clusters; in collect_image_check()
701 check->has_allocated_clusters = result.bfi.allocated_clusters != 0; in collect_image_check()