Home
last modified time | relevance | path

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

/external/qemu/block/
Dqcow2-refcount.c30 static int update_refcount(BlockDriverState *bs,
156 update_refcount(bs, table_offset, new_table_size2, 1); in grow_refcount_table()
201 update_refcount(bs, offset, s->cluster_size, 1); in alloc_refcount_block()
234 static int update_refcount(BlockDriverState *bs, in update_refcount() function
319 ret = update_refcount(bs, cluster_index << s->cluster_bits, 1, addend); in update_cluster_refcount()
360 update_refcount(bs, offset, size, 1); in qcow2_alloc_clusters()
407 update_refcount(bs, offset, size, -1); in qcow2_free_clusters()
513 update_refcount(bs, (offset & s->cluster_offset_mask) & ~511, in qcow2_update_snapshot_refcount()