Home
last modified time | relevance | path

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

/openbmc/qemu/block/export/
H A Dvirtio-blk-handler.c202 ret = blk_co_preadv(blk, offset, qiov.size, &qiov, 0); in virtio_blk_process_req()
/openbmc/qemu/block/
H A Dstream.c51 return blk_co_preadv(blk, offset, bytes, NULL, BDRV_REQ_PREFETCH); in stream_populate()
H A Dblock-backend.c1358 return blk_co_preadv(blk, offset, bytes, &qiov, flags); in blk_co_pread()
1361 int coroutine_fn blk_co_preadv(BlockBackend *blk, int64_t offset, in blk_co_preadv() function
H A Dtrace-events8 blk_co_preadv(void *blk, void *bs, int64_t offset, int64_t bytes, int flags) "blk %p bs %p offset %…
/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h147 int coroutine_fn blk_co_preadv(BlockBackend *blk, int64_t offset,
/openbmc/qemu/nbd/
H A Dserver.c2904 ret = blk_co_preadv(exp->common.blk, request->from, request->len, in nbd_do_cmd_cache()