|
@@ -131,8 +131,8 @@ int co_wrapper_mixed_bdrv_rdlock
|
|
|
bdrv_refresh_total_sectors(BlockDriverState *bs, int64_t hint);
|
|
|
|
|
|
BdrvChild *bdrv_cow_child(BlockDriverState *bs);
|
|
|
-BdrvChild *bdrv_filter_child(BlockDriverState *bs);
|
|
|
-BdrvChild *bdrv_filter_or_cow_child(BlockDriverState *bs);
|
|
|
+BdrvChild * GRAPH_RDLOCK bdrv_filter_child(BlockDriverState *bs);
|
|
|
+BdrvChild * GRAPH_RDLOCK bdrv_filter_or_cow_child(BlockDriverState *bs);
|
|
|
BdrvChild * GRAPH_RDLOCK bdrv_primary_child(BlockDriverState *bs);
|
|
|
BlockDriverState * GRAPH_RDLOCK bdrv_skip_filters(BlockDriverState *bs);
|
|
|
BlockDriverState * GRAPH_RDLOCK bdrv_backing_chain_next(BlockDriverState *bs);
|