Searched refs:qcow2_cluster_discard (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2.h | 954 qcow2_cluster_discard(BlockDriverState *bs, uint64_t offset, uint64_t bytes,
|
H A D | qcow2-snapshot.c | 739 qcow2_cluster_discard(bs, qcow2_vm_state_offset(s), in qcow2_snapshot_create()
|
H A D | qcow2-cluster.c | 1995 int qcow2_cluster_discard(BlockDriverState *bs, uint64_t offset, in qcow2_cluster_discard() function 2188 return qcow2_cluster_discard(bs, offset, bytes, in qcow2_subcluster_zeroize()
|
H A D | qcow2.c | 4140 ret = qcow2_cluster_discard(bs, offset, bytes, QCOW2_DISCARD_REQUEST, in qcow2_co_pdiscard() 4352 ret = qcow2_cluster_discard(bs, ROUND_UP(offset, s->cluster_size), in qcow2_co_truncate() 5049 ret = qcow2_cluster_discard(bs, offset, MIN(step, end_offset - offset), in qcow2_make_empty()
|