Searched refs:qcow2_get_refcount (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-refcount.c | 247 int qcow2_get_refcount(BlockDriverState *bs, int64_t cluster_index, in qcow2_get_refcount() function 984 ret = qcow2_get_refcount(bs, next_cluster_index, &refcount); in alloc_clusters_noref() 1048 ret = qcow2_get_refcount(bs, cluster_index++, &refcount); in qcow2_alloc_clusters_at() 1085 ret = qcow2_get_refcount(bs, offset >> s->cluster_bits, &refcount); in qcow2_alloc_bytes() 1367 ret = qcow2_get_refcount(bs, cluster_index, &refcount); in qcow2_update_snapshot_refcount() 1408 ret = qcow2_get_refcount(bs, l2_offset >> s->cluster_bits, in qcow2_update_snapshot_refcount() 1983 ret = qcow2_get_refcount(bs, l2_offset >> s->cluster_bits, in check_oflag_copied() 2027 ret = qcow2_get_refcount(bs, in check_oflag_copied() 2315 ret = qcow2_get_refcount(bs, i, &refcount1); in compare_refcounts() 3702 int ret = qcow2_get_refcount(bs, i, &refcount); in qcow2_get_last_cluster() [all …]
|
H A D | qcow2.h | 855 int GRAPH_RDLOCK qcow2_get_refcount(BlockDriverState *bs, int64_t cluster_index,
|
H A D | qcow2-cluster.c | 2298 ret = qcow2_get_refcount(bs, l2_offset >> s->cluster_bits, in expand_zero_clusters_in_l1()
|