Home
last modified time | relevance | path

Searched refs:qcow2_cache_get_empty (Results 1 – 4 of 4) sorted by relevance

/qemu/block/
H A Dqcow2-cache.c412 int qcow2_cache_get_empty(BlockDriverState *bs, Qcow2Cache *c, uint64_t offset, in qcow2_cache_get_empty() function
H A Dqcow2.h1018 qcow2_cache_get_empty(BlockDriverState *bs, Qcow2Cache *c, uint64_t offset,
H A Dqcow2-refcount.c393 ret = qcow2_cache_get_empty(bs, s->refcount_block_cache, new_block, in alloc_refcount_block()
421 ret = qcow2_cache_get_empty(bs, s->refcount_block_cache, new_block, in alloc_refcount_block()
628 ret = qcow2_cache_get_empty(bs, s->refcount_block_cache, in qcow2_refcount_area()
H A Dqcow2-cluster.c317 ret = qcow2_cache_get_empty(bs, s->l2_table_cache, in l2_allocate()