Searched refs:bottom_bs (Results 1 – 2 of 2) sorted by relevance
33 BlockDriverState *bottom_bs; member41 BlockDriverState *bottom_bs = NULL; in cor_open() local66 bottom_bs = bdrv_find_node(bottom_node); in cor_open()67 if (!bottom_bs) { in cor_open()74 if (!bottom_bs->drv) { in cor_open()79 if (bottom_bs->drv->is_filter) { in cor_open()84 if (bdrv_freeze_backing_chain(bs, bottom_bs, errp) < 0) { in cor_open()93 bdrv_ref(bottom_bs); in cor_open()95 state->bottom_bs = bottom_bs; in cor_open()144 if (!state->bottom_bs) { in cor_co_preadv_part()[all …]
2295 BlockDriverState *bottom_bs = NULL; in qmp_block_stream() local2361 bottom_bs = bdrv_lookup_bs(NULL, bottom, errp); in qmp_block_stream()2362 if (!bottom_bs) { in qmp_block_stream()2365 if (!bottom_bs->drv) { in qmp_block_stream()2369 if (bottom_bs->drv->is_filter) { in qmp_block_stream()2374 if (!bdrv_chain_contains(bs, bottom_bs)) { in qmp_block_stream()2379 assert(bdrv_get_aio_context(bottom_bs) == aio_context); in qmp_block_stream()2385 iter_end = bottom ? bdrv_filter_or_cow_bs(bottom_bs) : base_bs; in qmp_block_stream()2412 bottom_bs, job_flags, has_speed ? speed : 0, on_error, in qmp_block_stream()