Searched refs:bdrv_co_flush_to_os (Results 1 – 5 of 5) sorted by relevance
2155 .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,
1470 .bdrv_co_flush_to_os = parallels_co_flush_to_os,
2983 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()
6161 .bdrv_co_flush_to_os = qcow2_co_flush_to_os,
691 int coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_flush_to_os)( member