Searched refs:refcount_block_offset (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-refcount.c | 233 load_refcount_block(BlockDriverState *bs, int64_t refcount_block_offset, in load_refcount_block() argument 239 return qcow2_cache_get(bs, s->refcount_block_cache, refcount_block_offset, in load_refcount_block() 252 int64_t refcount_block_offset; in qcow2_get_refcount() local 261 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() 275 ret = qcow2_cache_get(bs, s->refcount_block_cache, refcount_block_offset, in qcow2_get_refcount() 320 uint64_t refcount_block_offset = in alloc_refcount_block() local 324 if (refcount_block_offset) { in alloc_refcount_block() [all …]
|