Searched refs:bdrv_find_overlay (Results 1 – 6 of 6) sorted by relevance
292 base_overlay = bdrv_find_overlay(bs, base); in stream_start()
346 s->base_overlay = bdrv_find_overlay(top, base); in commit_start()
1886 s->base_overlay = bdrv_find_overlay(bs, base); in mirror_start_job()1931 filtered_target = bdrv_cow_bs(bdrv_find_overlay(bs, target)); in mirror_start_job()
151 bdrv_find_overlay(BlockDriverState *active, BlockDriverState *bs);
2602 BlockDriverState *overlay_bs = bdrv_find_overlay(bs, top_bs); in qmp_block_commit()
5707 BlockDriverState *bdrv_find_overlay(BlockDriverState *active, in bdrv_find_overlay() function5732 return bdrv_find_overlay(bs, NULL); in bdrv_find_base()