Home
last modified time | relevance | path

Searched refs:bdrv_co_flush_to_os (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/block/
H A Dnbd.c2156 .bdrv_co_flush_to_os = nbd_client_co_flush,
2184 .bdrv_co_flush_to_os = nbd_client_co_flush,
2212 .bdrv_co_flush_to_os = nbd_client_co_flush,
H A Dparallels.c1470 .bdrv_co_flush_to_os = parallels_co_flush_to_os,
H A Dio.c3010 if (bs->drv->bdrv_co_flush_to_os) { in bdrv_co_flush()
3011 ret = bs->drv->bdrv_co_flush_to_os(bs); in bdrv_co_flush()
H A Dqcow2.c6145 .bdrv_co_flush_to_os = qcow2_co_flush_to_os,
/openbmc/qemu/include/block/
H A Dblock_int-common.h694 int coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_flush_to_os)( member