Home
last modified time | relevance | path

Searched refs:qcow2_get_host_offset (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2.h931 qcow2_get_host_offset(BlockDriverState *bs, uint64_t offset,
H A Dqcow2.c2163 ret = qcow2_get_host_offset(bs, offset, &bytes, &host_offset, &type); in qcow2_co_block_status()
2407 ret = qcow2_get_host_offset(bs, offset, &cur_bytes, in qcow2_co_preadv_part()
4095 ret = qcow2_get_host_offset(bs, offset, &nr, &off, &type); in qcow2_co_pwrite_zeroes()
4169 ret = qcow2_get_host_offset(bs, src_offset, &cur_bytes, in qcow2_co_copy_range_from()
5424 ret = qcow2_get_host_offset(bs, offset, &cur_bytes, &host_offset, in qcow2_has_compressed_clusters()
H A Dqcow2-cluster.c586 int qcow2_get_host_offset(BlockDriverState *bs, uint64_t offset, in qcow2_get_host_offset() function