Searched refs:qcow2_free_any_cluster (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-cluster.c | 1115 qcow2_free_any_cluster(bs, old_cluster[i], QCOW2_DISCARD_NEVER); in qcow2_alloc_cluster_link_l2() 1980 qcow2_free_any_cluster(bs, old_l2_entry, type); in discard_in_l2_slice() 2094 qcow2_free_any_cluster(bs, old_l2_entry, QCOW2_DISCARD_REQUEST); in zero_in_l2_slice()
|
H A D | qcow2.h | 881 qcow2_free_any_cluster(BlockDriverState *bs, uint64_t l2_entry,
|
H A D | qcow2-refcount.c | 1162 void qcow2_free_any_cluster(BlockDriverState *bs, uint64_t l2_entry, in qcow2_free_any_cluster() function
|