Home
last modified time | relevance | path

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

/qemu/block/
H A Dqed-check.c82 check->result->bfi.allocated_clusters++; in qed_check_l2_table()
84 check->result->bfi.fragmented_clusters++; in qed_check_l2_table()
240 check.result->bfi.total_clusters = in qed_check()
H A Dparallels.c930 res->bfi.total_clusters = s->bat_size; in parallels_collect_statistics()
931 res->bfi.compressed_clusters = 0; /* compression is not supported */ in parallels_collect_statistics()
946 res->bfi.fragmented_clusters++; in parallels_collect_statistics()
949 res->bfi.allocated_clusters++; in parallels_collect_statistics()
H A Dqcow2-refcount.c1738 res->bfi.allocated_clusters++; in check_refcounts_l2()
1739 res->bfi.compressed_clusters++; in check_refcounts_l2()
1747 res->bfi.fragmented_clusters++; in check_refcounts_l2()
1813 res->bfi.allocated_clusters++; in check_refcounts_l2()
1816 res->bfi.fragmented_clusters++; in check_refcounts_l2()
2804 res->bfi.total_clusters = in qcow2_check_refcounts()
H A Dqcow2.c603 out->bfi = src->bfi; in qcow2_add_check_result()
/qemu/target/arm/tcg/
H A Dt32.decode44 &bfi !extern rd rn lsb msb
252 @bfi .... .... ... . rn:4 . ... rd:4 .. . msb:5 \
253 &bfi lsb=%imm5_12_6
258 # bfc is bfi w/ rn=15
259 BFCI 1111 0011 011 0 .... 0 ... .... ..0..... @bfi
H A Da32.decode47 &bfi rd rn lsb msb
423 # bfc is bfi w/ rn=15
424 BFCI ---- 0111 110 msb:5 rd:4 lsb:5 001 rn:4 &bfi
/qemu/include/block/
H A Dblock-common.h521 BlockFragInfo bfi; member
/qemu/
H A Dqemu-img.c698 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()
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()
702 check->fragmented_clusters = result.bfi.fragmented_clusters; in collect_image_check()
703 check->has_fragmented_clusters = result.bfi.fragmented_clusters != 0; in collect_image_check()
704 check->compressed_clusters = result.bfi.compressed_clusters; in collect_image_check()
705 check->has_compressed_clusters = result.bfi.compressed_clusters != 0; in collect_image_check()
/qemu/tcg/arm/
H A Dtcg-target.c.inc1022 /* bfi becomes bfc with rn == 15. */
1025 /* bfi/bfc */