Home
last modified time | relevance | path

Searched refs:bdrv_filter_child (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/block/
H A Dblock_int-io.h134 BdrvChild * GRAPH_RDLOCK bdrv_filter_child(BlockDriverState *bs);
151 return child_bs(bdrv_filter_child(bs)); in bdrv_filter_bs()
/openbmc/qemu/block/
H A Dio.c2451 has_filtered_child = bdrv_filter_child(bs); in bdrv_co_do_block_status()
3629 filtered = bdrv_filter_child(bs); in bdrv_co_truncate()
/openbmc/qemu/
H A Dblock.c8446 BdrvChild *bdrv_filter_child(BlockDriverState *bs) in bdrv_filter_child() function
8480 BdrvChild *filter_child = bdrv_filter_child(bs); in bdrv_filter_or_cow_child()
8524 c = bdrv_filter_child(bs); in bdrv_do_skip_filters()