Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dnull.c314 .bdrv_aio_flush = null_aio_flush,
H A Dfile-win32.c761 .bdrv_aio_flush = raw_aio_flush,
929 .bdrv_aio_flush = raw_aio_flush,
H A Dio.c3009 } else if (bs->drv->bdrv_aio_flush) { in bdrv_co_flush()
3015 acb = bs->drv->bdrv_aio_flush(bs, bdrv_co_io_em_complete, &co); in bdrv_co_flush()
/openbmc/qemu/include/block/
H A Dblock_int-common.h506 BlockAIOCB * GRAPH_RDLOCK_PTR (*bdrv_aio_flush)( member