Home
last modified time | relevance | path

Searched refs:qcow2_cache_is_table_offset (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2-cache.c439 void *qcow2_cache_is_table_offset(Qcow2Cache *c, uint64_t offset) in qcow2_cache_is_table_offset() function
H A Dqcow2.h1022 void *qcow2_cache_is_table_offset(Qcow2Cache *c, uint64_t offset);
H A Dqcow2-refcount.c891 table = qcow2_cache_is_table_offset(s->refcount_block_cache, in update_refcount()
899 table = qcow2_cache_is_table_offset(s->l2_table_cache, offset); in update_refcount()
3616 refblock = qcow2_cache_is_table_offset(s->refcount_block_cache, in qcow2_discard_refcount_block()