Home
last modified time | relevance | path

Searched refs:qcow2_get_cluster_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2-cluster.c1335 switch (qcow2_get_cluster_type(bs, l2_entry)) { in cluster_needs_new_alloc()
1926 qcow2_get_cluster_type(bs, old_l2_entry); in discard_in_l2_slice()
2062 QCow2ClusterType type = qcow2_get_cluster_type(bs, old_l2_entry); in zero_in_l2_slice()
2129 switch (qcow2_get_cluster_type(bs, get_l2_entry(s, l2_slice, l2_index))) { in zero_l2_subclusters()
2324 qcow2_get_cluster_type(bs, l2_entry); in expand_zero_clusters_in_l1()
2555 assert(qcow2_get_cluster_type(bs, l2_entry) == QCOW2_CLUSTER_COMPRESSED); in qcow2_parse_compressed_l2_entry()
H A Dqcow2.h713 qcow2_get_cluster_type(BlockDriverState *bs, uint64_t l2_entry) in qcow2_get_cluster_type() function
753 QCow2ClusterType type = qcow2_get_cluster_type(bs, l2_entry); in qcow2_get_subcluster_type()
H A Dqcow2-refcount.c1166 QCow2ClusterType ctype = qcow2_get_cluster_type(bs, l2_entry); in qcow2_free_any_cluster()
1321 switch (qcow2_get_cluster_type(bs, entry)) { in qcow2_update_snapshot_refcount()
1692 type = qcow2_get_cluster_type(bs, l2_entry); in check_refcounts_l2()
2020 QCow2ClusterType cluster_type = qcow2_get_cluster_type(bs, l2_entry); in check_oflag_copied()