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.c2155 .bdrv_co_flush_to_os = nbd_client_co_flush,
2183 .bdrv_co_flush_to_os = nbd_client_co_flush,
2211 .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.c2983 if (bs->drv->bdrv_co_flush_to_os) { in bdrv_co_flush()
2984 ret = bs->drv->bdrv_co_flush_to_os(bs); in bdrv_co_flush()
H A Dqcow2.c6161 .bdrv_co_flush_to_os = qcow2_co_flush_to_os,
/openbmc/qemu/include/block/
H A Dblock_int-common.h691 int coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_flush_to_os)( member