Lines Matching refs:qcow2_get_refcount
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()
3742 int ret = qcow2_get_refcount(bs, i, &refcount); in qcow2_detect_metadata_preallocation()