Searched refs:bdrv_aio_flush (Results 1 – 4 of 4) sorted by relevance
314 .bdrv_aio_flush = null_aio_flush,
761 .bdrv_aio_flush = raw_aio_flush,929 .bdrv_aio_flush = raw_aio_flush,
3009 } 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()
506 BlockAIOCB * GRAPH_RDLOCK_PTR (*bdrv_aio_flush)( member