Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2-cache.c451 void qcow2_cache_discard(Qcow2Cache *c, void *table) in qcow2_cache_discard() function
H A Dqcow2.h1023 void qcow2_cache_discard(Qcow2Cache *c, void *table);
H A Dqcow2-refcount.c896 qcow2_cache_discard(s->refcount_block_cache, table); in update_refcount()
901 qcow2_cache_discard(s->l2_table_cache, table); in update_refcount()
3620 qcow2_cache_discard(s->refcount_block_cache, refblock); in qcow2_discard_refcount_block()