Searched refs:bdrv_co_writev (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/block/ |
H A D | gluster.c | 1564 .bdrv_co_writev = qemu_gluster_co_writev, 1593 .bdrv_co_writev = qemu_gluster_co_writev, 1622 .bdrv_co_writev = qemu_gluster_co_writev,
|
H A D | replication.c | 739 .bdrv_co_writev = replication_co_writev,
|
H A D | iscsi.c | 2451 .bdrv_co_writev = iscsi_co_writev, 2490 .bdrv_co_writev = iscsi_co_writev,
|
H A D | ssh.c | 1369 .bdrv_co_writev = ssh_co_writev,
|
H A D | parallels.c | 1472 .bdrv_co_writev = parallels_co_writev,
|
H A D | io.c | 1109 assert(drv->bdrv_co_writev); in bdrv_driver_pwritev() 1110 ret = drv->bdrv_co_writev(bs, sector_num, nb_sectors, qiov, flags); in bdrv_driver_pwritev()
|
H A D | qed.c | 1662 .bdrv_co_writev = bdrv_qed_co_writev,
|
H A D | vhdx.c | 2257 .bdrv_co_writev = vhdx_co_writev,
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 540 int coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_writev)(BlockDriverState *bs, member
|