Searched refs:blk_co_pread (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/include/system/ |
| H A D | block-backend-io.h | 149 int coroutine_fn blk_co_pread(BlockBackend *blk, int64_t offset, int64_t bytes,
|
| /openbmc/qemu/block/ |
| H A D | commit.c | 169 ret = blk_co_pread(s->top, offset, bytes, buf, 0); in commit_iteration()
|
| H A D | block-backend.c | 1364 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 | 2244 ret = blk_co_pread(exp->common.blk, offset + progress, pnum, in nbd_co_send_sparse_read() 2870 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 | 1889 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 | 1845 ret = blk_co_pread(blk, offset, n << BDRV_SECTOR_BITS, buf, 0); in convert_co_read()
|