Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock-io.h244 bdrv_co_debug_event(BlockDriverState *bs, BlkdebugEvent event);
252 bdrv_co_debug_event(child->bs, evt); \
H A Dblock_int-common.h784 void coroutine_fn GRAPH_RDLOCK_PTR (*bdrv_co_debug_event)( member
/openbmc/qemu/block/
H A Dio.c1273 bdrv_co_debug_event(bs, BLKDBG_COR_WRITE); in bdrv_co_do_copy_on_readv()
1534 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_HEAD); in bdrv_padding_rmw_read()
1537 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_TAIL); in bdrv_padding_rmw_read()
1545 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_AFTER_HEAD); in bdrv_padding_rmw_read()
1548 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_AFTER_TAIL); in bdrv_padding_rmw_read()
1559 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_TAIL); in bdrv_padding_rmw_read()
1567 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_RMW_AFTER_TAIL); in bdrv_padding_rmw_read()
2111 bdrv_co_debug_event(bs, BLKDBG_PWRITEV_ZERO); in bdrv_aligned_pwritev()
2117 bdrv_co_debug_event(bs, BLKDBG_PWRITEV); in bdrv_aligned_pwritev()
2120 bdrv_co_debug_event(bs, BLKDBG_PWRITEV); in bdrv_aligned_pwritev()
[all …]
H A Dblkdebug.c1092 .bdrv_co_debug_event = blkdebug_co_debug_event,
/openbmc/qemu/
H A Dblock.c6636 void coroutine_fn bdrv_co_debug_event(BlockDriverState *bs, BlkdebugEvent event) in bdrv_co_debug_event() function
6641 if (!bs || !bs->drv || !bs->drv->bdrv_co_debug_event) { in bdrv_co_debug_event()
6645 bs->drv->bdrv_co_debug_event(bs, event); in bdrv_co_debug_event()