Searched refs:refcount_block_offset (Results 1 – 1 of 1) sorted by relevance
233 load_refcount_block(BlockDriverState *bs, int64_t refcount_block_offset, in load_refcount_block() argument252 int64_t refcount_block_offset; in qcow2_get_refcount() local261 refcount_block_offset = in qcow2_get_refcount()263 if (!refcount_block_offset) { in qcow2_get_refcount()268 if (offset_into_cluster(s, refcount_block_offset)) { in qcow2_get_refcount()271 refcount_block_offset, refcount_table_index); in qcow2_get_refcount()320 uint64_t refcount_block_offset = in alloc_refcount_block() local324 if (refcount_block_offset) { in alloc_refcount_block()325 if (offset_into_cluster(s, refcount_block_offset)) { in alloc_refcount_block()328 "%#x)", refcount_block_offset, in alloc_refcount_block()[all …]