Searched refs:bdrv_co_can_store_new_dirty_bitmap (Results 1 – 4 of 4) sorted by relevance
415 bdrv_co_can_store_new_dirty_bitmap(BlockDriverState *bs, const char *name, in bdrv_co_can_store_new_dirty_bitmap() function428 if (!drv->bdrv_co_can_store_new_dirty_bitmap) { in bdrv_co_can_store_new_dirty_bitmap()435 return drv->bdrv_co_can_store_new_dirty_bitmap(bs, name, granularity, errp); in bdrv_co_can_store_new_dirty_bitmap()
6204 .bdrv_co_can_store_new_dirty_bitmap = qcow2_co_can_store_new_dirty_bitmap,
290 bdrv_co_can_store_new_dirty_bitmap(BlockDriverState *bs, const char *name,
778 bool coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_can_store_new_dirty_bitmap)( member