Home
last modified time | relevance | path

Searched refs:blk_co_pread (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h141 int coroutine_fn blk_co_pread(BlockBackend *blk, int64_t offset, int64_t bytes,
/openbmc/qemu/block/
H A Dcommit.c177 ret = blk_co_pread(s->top, offset, n, buf, 0); in commit_run()
H A Dblock-backend.c1350 int coroutine_fn blk_co_pread(BlockBackend *blk, int64_t offset, int64_t bytes, in blk_co_pread() function
/openbmc/qemu/nbd/
H A Dserver.c2243 ret = blk_co_pread(exp->common.blk, offset + progress, pnum, in nbd_co_send_sparse_read()
2869 ret = blk_co_pread(exp->common.blk, request->from, request->len, data, 0); in nbd_do_cmd_read()
/openbmc/qemu/tests/unit/
H A Dtest-bdrv-drain.c1875 ret = blk_co_pread(opaque, 0, 1, &data, 0); in test_replace_child_mid_drain_read_co()
/openbmc/qemu/
H A Dqemu-img.c1850 ret = blk_co_pread(blk, offset, n << BDRV_SECTOR_BITS, buf, 0); in convert_co_read()