Searched refs:get_refcount (Results 1 – 2 of 2) sorted by relevance
109 s->get_refcount = get_refcount_funcs[s->refcount_order]; in qcow2_refcount_init()282 *refcount = s->get_refcount(refcount_block, block_index); in qcow2_get_refcount()663 assert(s->get_refcount(refblock_data, j) == 0); in qcow2_refcount_area()870 refcount = s->get_refcount(refcount_block, block_index); in update_refcount()1572 refcount = s->get_refcount(*refcount_table, k); in qcow2_inc_refcounts_imrt()2184 if (s->get_refcount(*refcount_table, cluster) != 1) { in check_refblocks()2187 s->get_refcount(*refcount_table, cluster)); in check_refblocks()2323 refcount2 = s->get_refcount(refcount_table, i); in compare_refcounts()2399 if (!s->get_refcount(*refcount_table, cluster)) { in alloc_clusters_imrt()2488 if (!s->get_refcount(*refcount_table, cluster)) { in rebuild_refcounts_write_refblocks()[all …]
384 Qcow2GetRefcountFunc *get_refcount; member