Home
last modified time | relevance | path

Searched refs:qcow2_cluster_discard (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2.h954 qcow2_cluster_discard(BlockDriverState *bs, uint64_t offset, uint64_t bytes,
H A Dqcow2-snapshot.c739 qcow2_cluster_discard(bs, qcow2_vm_state_offset(s), in qcow2_snapshot_create()
H A Dqcow2-cluster.c1995 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 Dqcow2.c4140 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()