Searched refs:blk_co_pread (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | block-backend-io.h | 141 int coroutine_fn blk_co_pread(BlockBackend *blk, int64_t offset, int64_t bytes,
|
/openbmc/qemu/block/ |
H A D | commit.c | 177 ret = blk_co_pread(s->top, offset, n, buf, 0); in commit_run()
|
H A D | block-backend.c | 1350 int coroutine_fn blk_co_pread(BlockBackend *blk, int64_t offset, int64_t bytes, in blk_co_pread() function
|
/openbmc/qemu/nbd/ |
H A D | server.c | 2243 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 D | test-bdrv-drain.c | 1875 ret = blk_co_pread(opaque, 0, 1, &data, 0); in test_replace_child_mid_drain_read_co()
|
/openbmc/qemu/ |
H A D | qemu-img.c | 1850 ret = blk_co_pread(blk, offset, n << BDRV_SECTOR_BITS, buf, 0); in convert_co_read()
|