Home
last modified time | relevance | path

Searched refs:qcow2_cache_get (Results 1 – 5 of 5) sorted by relevance

/qemu/block/
H A Dqcow2-refcount.c239 return qcow2_cache_get(bs, s->refcount_block_cache, refcount_block_offset, in load_refcount_block()
275 ret = qcow2_cache_get(bs, s->refcount_block_cache, refcount_block_offset, in qcow2_get_refcount()
622 ret = qcow2_cache_get(bs, s->refcount_block_cache, new_table[i], in qcow2_refcount_area()
1305 ret = qcow2_cache_get(bs, s->l2_table_cache, in qcow2_update_snapshot_refcount()
3255 ret = qcow2_cache_get(bs, s->refcount_block_cache, refblock_offset, in walk_over_reftable()
3587 ret = qcow2_cache_get(bs, s->refcount_block_cache, refblock_offs, in qcow2_discard_refcount_block()
3643 ret = qcow2_cache_get(bs, s->refcount_block_cache, refblock_offs, in qcow2_shrink_reftable()
H A Dqcow2-cache.c406 int qcow2_cache_get(BlockDriverState *bs, Qcow2Cache *c, uint64_t offset, in qcow2_cache_get() function
H A Dqcow2-cluster.c218 return qcow2_cache_get(bs, s->l2_table_cache, l2_offset + start_of_slice, in l2_load()
334 ret = qcow2_cache_get(bs, s->l2_table_cache, old_l2_slice_offset, in l2_allocate()
2309 ret = qcow2_cache_get(bs, s->l2_table_cache, slice_offset, in expand_zero_clusters_in_l1()
H A Dqcow2.h1014 qcow2_cache_get(BlockDriverState *bs, Qcow2Cache *c, uint64_t offset,
H A Dtrace-events101 qcow2_cache_get(void *co, int c, uint64_t offset, bool read_from_disk) "co %p is_l2_cache %d offset…