Searched refs:new_set_refcount (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-refcount.c | 3221 Qcow2SetRefcountFunc *new_set_refcount, in walk_over_reftable() argument 3298 if (new_set_refcount) { in walk_over_reftable() 3299 new_set_refcount(new_refblock, new_refblock_index++, in walk_over_reftable() 3327 if (new_set_refcount) { in walk_over_reftable() 3328 new_set_refcount(new_refblock, new_refblock_index++, 0); in walk_over_reftable() 3338 if (new_set_refcount) { in walk_over_reftable() 3342 new_set_refcount(new_refblock, new_refblock_index, 0); in walk_over_reftable() 3368 Qcow2SetRefcountFunc *new_set_refcount; in qcow2_change_refcount_order() local 3388 new_set_refcount = set_refcount_funcs[refcount_order]; in qcow2_change_refcount_order() 3440 &flush_refblock, &new_allocation, new_set_refcount, in qcow2_change_refcount_order() [all …]
|