Lines Matching full:node
37 BlockDriverState *above_base; /* Node directly above the base */
79 * base node (or it might even have gone away by the time we want to use in stream_prepare()
113 * of operating on the wrong node any more if this happens. in stream_prepare()
297 * Find the node directly above @base. @base_overlay is a COW overlay, in stream_start()
334 /* Pass the base_overlay node name as 'bottom' to COR driver */ in stream_start()
337 qdict_put_str(opts, "node-name", filter_node_name); in stream_start()
374 if (block_job_add_bdrv(&s->common, "active node", bs, 0, in stream_start()
383 * and resizes. Reassign the base node pointer because the backing BS of the in stream_start()
384 * bottom node might change after the call to bdrv_reopen_set_read_only() in stream_start()
386 * above_base node might change after the call to in stream_start()
393 ret = block_job_add_bdrv(&s->common, "intermediate node", iter, 0, in stream_start()