Home
last modified time | relevance | path

Searched refs:bdrv_aio_pwritev (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/block/
H A Dnull.c313 .bdrv_aio_pwritev = null_aio_pwritev,
H A Dfile-win32.c760 .bdrv_aio_pwritev = raw_aio_pwritev,
928 .bdrv_aio_pwritev = raw_aio_pwritev,
H A Dio.c1085 if (drv->bdrv_aio_pwritev) { in bdrv_driver_pwritev()
1091 acb = drv->bdrv_aio_pwritev(bs, offset, bytes, qiov, flags, in bdrv_driver_pwritev()
/openbmc/qemu/include/block/
H A Dblock_int-common.h502 BlockAIOCB * GRAPH_RDLOCK_PTR (*bdrv_aio_pwritev)(BlockDriverState *bs, member