Home
last modified time | relevance | path

Searched refs:qcow2_cache_create (Results 1 – 3 of 3) sorted by last modified time

/qemu/block/
H A Dqcow2.c1054 r->l2_table_cache = qcow2_cache_create(bs, l2_cache_size, in qcow2_update_options_prepare()
1056 r->refcount_block_cache = qcow2_cache_create(bs, refcount_cache_size, in qcow2_update_options_prepare()
H A Dqcow2.h999 qcow2_cache_create(BlockDriverState *bs, int num_tables, unsigned table_size);
H A Dqcow2-cache.c123 Qcow2Cache *qcow2_cache_create(BlockDriverState *bs, int num_tables, in qcow2_cache_create() function