Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-refcount.c110 s->set_refcount = set_refcount_funcs[s->refcount_order]; in qcow2_refcount_init()
404 s->set_refcount(*refcount_block, block_index, 1); in alloc_refcount_block()
664 s->set_refcount(refblock_data, j, 1); in qcow2_refcount_area()
886 s->set_refcount(refcount_block, block_index, refcount); in update_refcount()
1582 s->set_refcount(*refcount_table, k, refcount + 1); in qcow2_inc_refcounts_imrt()
2437 s->set_refcount(*refcount_table, cluster + i, 1); in alloc_clusters_imrt()
3517 s->set_refcount = new_set_refcount; in qcow2_change_refcount_order()
3606 s->set_refcount(refblock, block_index, 0); in qcow2_discard_refcount_block()
3655 s->set_refcount(refblock, block_index, 0); in qcow2_shrink_reftable()
3659 s->set_refcount(refblock, block_index, refcount); in qcow2_shrink_reftable()
H A Dqcow2.h385 Qcow2SetRefcountFunc *set_refcount; member