Lines Matching refs:BlockDriverState
36 BlockDriverState *base_overlay; /* COW overlay (stream from this) */
37 BlockDriverState *above_base; /* Node directly above the base */
38 BlockDriverState *cor_filter_bs;
39 BlockDriverState *target_bs;
57 BlockDriverState *unfiltered_bs; in stream_prepare()
58 BlockDriverState *unfiltered_bs_cow; in stream_prepare()
59 BlockDriverState *base; in stream_prepare()
60 BlockDriverState *unfiltered_base; in stream_prepare()
158 BlockDriverState *unfiltered_bs = NULL; in stream_run()
254 void stream_start(const char *job_id, BlockDriverState *bs, in stream_start()
255 BlockDriverState *base, const char *backing_file_str, in stream_start()
257 BlockDriverState *bottom, in stream_start()
264 BlockDriverState *iter; in stream_start()
267 BlockDriverState *base_overlay; in stream_start()
268 BlockDriverState *cor_filter_bs = NULL; in stream_start()
269 BlockDriverState *above_base; in stream_start()