Searched refs:qcow2_get_subcluster_type (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-cluster.c | 402 *type = qcow2_get_subcluster_type(bs, l2_entry, l2_bitmap, sc_from); in qcow2_get_subcluster_range_type() 656 type = qcow2_get_subcluster_type(bs, l2_entry, l2_bitmap, sc_index); in qcow2_get_host_offset() 1195 type = qcow2_get_subcluster_type(bs, l2_entry, l2_bitmap, 0); in calculate_l2_meta() 1216 type = qcow2_get_subcluster_type(bs, l2_entry, l2_bitmap, sc_index); in calculate_l2_meta() 1261 type = qcow2_get_subcluster_type(bs, l2_entry, l2_bitmap, sc_index); in calculate_l2_meta()
|
H A D | qcow2.h | 747 QCow2SubclusterType qcow2_get_subcluster_type(BlockDriverState *bs, in qcow2_get_subcluster_type() function
|