Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dblock-io.h242 bdrv_co_debug_event(BlockDriverState *bs, BlkdebugEvent event);
250 bdrv_co_debug_event(child->bs, evt); \
H A Dblock_int-common.h776 void coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_debug_event)( member
/qemu/block/
H A Dio.c1266 bdrv_co_debug_event(bs, BLKDBG_COR_WRITE); in bdrv_co_do_copy_on_readv()
1527 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_HEAD); in bdrv_padding_rmw_read()
1530 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_TAIL); in bdrv_padding_rmw_read()
1538 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_AFTER_HEAD); in bdrv_padding_rmw_read()
1541 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_AFTER_TAIL); in bdrv_padding_rmw_read()
1552 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_TAIL); in bdrv_padding_rmw_read()
1560 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_AFTER_TAIL); in bdrv_padding_rmw_read()
2099 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_ZERO); in bdrv_aligned_pwritev()
2105 bdrv_co_debug_event(bs, BLKDBG_PWRITEV); in bdrv_aligned_pwritev()
2108 bdrv_co_debug_event(bs, BLKDBG_PWRITEV); in bdrv_aligned_pwritev()
[all …]
H A Dblkdebug.c1092 .bdrv_co_debug_event = blkdebug_co_debug_event,
/qemu/
H A Dblock.c6590 void coroutine_fn bdrv_co_debug_event(BlockDriverState *bs, BlkdebugEvent event) in bdrv_co_debug_event() function
6595 if (!bs || !bs->drv || !bs->drv->bdrv_co_debug_event) { in bdrv_co_debug_event()
6599 bs->drv->bdrv_co_debug_event(bs, event); in bdrv_co_debug_event()