Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2-cache.c151 int qcow2_cache_destroy(Qcow2Cache *c) in qcow2_cache_destroy() function
H A Dqcow2.c1224 qcow2_cache_destroy(s->l2_table_cache); in qcow2_update_options_commit()
1227 qcow2_cache_destroy(s->refcount_block_cache); in qcow2_update_options_commit()
1256 qcow2_cache_destroy(r->l2_table_cache); in qcow2_update_options_abort()
1259 qcow2_cache_destroy(r->refcount_block_cache); in qcow2_update_options_abort()
1896 qcow2_cache_destroy(s->l2_table_cache); in qcow2_do_open()
1899 qcow2_cache_destroy(s->refcount_block_cache); in qcow2_do_open()
2792 qcow2_cache_destroy(s->l2_table_cache); in qcow2_do_close()
2793 qcow2_cache_destroy(s->refcount_block_cache); in qcow2_do_close()
H A Dqcow2.h1001 int qcow2_cache_destroy(Qcow2Cache *c);