Home
last modified time | relevance | path

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

/qemu/block/
H A Dsnapshot-access.c55 return bdrv_co_pdiscard_snapshot(bs->file->bs, offset, bytes); in snapshot_access_co_pdiscard()
H A Dcopy-before-write.c534 .bdrv_co_pdiscard_snapshot = cbw_co_pdiscard_snapshot,
H A Dio.c3734 bdrv_co_pdiscard_snapshot(BlockDriverState *bs, int64_t offset, int64_t bytes) in bdrv_co_pdiscard_snapshot() function
3745 if (!drv->bdrv_co_pdiscard_snapshot) { in bdrv_co_pdiscard_snapshot()
3750 ret = drv->bdrv_co_pdiscard_snapshot(bs, offset, bytes); in bdrv_co_pdiscard_snapshot()
/qemu/include/block/
H A Dblock_int-io.h43 int coroutine_fn GRAPH_RDLOCK bdrv_co_pdiscard_snapshot(BlockDriverState *bs,
H A Dblock_int-common.h662 int coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_pdiscard_snapshot)( member