Searched refs:qcow2_cache_put (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-cluster.c | 342 qcow2_cache_put(s->l2_table_cache, (void **) &old_slice); in l2_allocate() 350 qcow2_cache_put(s->l2_table_cache, (void **) &l2_slice); in l2_allocate() 372 qcow2_cache_put(s->l2_table_cache, (void **) &l2_slice); in l2_allocate() 721 qcow2_cache_put(s->l2_table_cache, (void **) &l2_slice); in qcow2_get_host_offset() 741 qcow2_cache_put(s->l2_table_cache, (void **)&l2_slice); in qcow2_get_host_offset() 850 qcow2_cache_put(s->l2_table_cache, (void **) &l2_slice); in qcow2_alloc_compressed_cluster_offset() 856 qcow2_cache_put(s->l2_table_cache, (void **) &l2_slice); in qcow2_alloc_compressed_cluster_offset() 881 qcow2_cache_put(s->l2_table_cache, (void **) &l2_slice); in qcow2_alloc_compressed_cluster_offset() 1105 qcow2_cache_put(s->l2_table_cache, (void **) &l2_slice); in qcow2_alloc_cluster_link_l2() 1574 qcow2_cache_put(s->l2_table_cache, (void **) &l2_slice); in handle_copied() [all …]
|
H A D | qcow2-refcount.c | 284 qcow2_cache_put(s->refcount_block_cache, &refcount_block); in qcow2_get_refcount() 460 qcow2_cache_put(s->refcount_block_cache, refcount_block); in alloc_refcount_block() 512 qcow2_cache_put(s->refcount_block_cache, refcount_block); in alloc_refcount_block() 671 qcow2_cache_put(s->refcount_block_cache, &refblock_data); in qcow2_refcount_area() 849 qcow2_cache_put(s->refcount_block_cache, &refcount_block); in update_refcount() 894 qcow2_cache_put(s->refcount_block_cache, &refcount_block); in update_refcount() 918 qcow2_cache_put(s->refcount_block_cache, &refcount_block); in update_refcount() 1396 qcow2_cache_put(s->l2_table_cache, (void **) &l2_slice); in qcow2_update_snapshot_refcount() 1425 qcow2_cache_put(s->l2_table_cache, (void **) &l2_slice); in qcow2_update_snapshot_refcount() 3273 qcow2_cache_put(s->refcount_block_cache, &refblock); in walk_over_reftable() [all …]
|
H A D | qcow2-cache.c | 418 void qcow2_cache_put(Qcow2Cache *c, void **table) in qcow2_cache_put() function
|
H A D | qcow2.h | 1021 void qcow2_cache_put(Qcow2Cache *c, void **table);
|