Home
last modified time | relevance | path

Searched refs:bdrv_co_can_store_new_dirty_bitmap (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/block/
H A Ddirty-bitmap.c415 bdrv_co_can_store_new_dirty_bitmap(BlockDriverState *bs, const char *name, in bdrv_co_can_store_new_dirty_bitmap() function
428 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()
H A Dqcow2.c6204 .bdrv_co_can_store_new_dirty_bitmap = qcow2_co_can_store_new_dirty_bitmap,
/openbmc/qemu/include/block/
H A Dblock-io.h290 bdrv_co_can_store_new_dirty_bitmap(BlockDriverState *bs, const char *name,
H A Dblock_int-common.h778 bool coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_can_store_new_dirty_bitmap)( member