Lines Matching full:node
27 # Returns a node for blockdev-add
28 def node(node_name, path, backing=None, fmt=None, throttle=None): function
33 'node-name': node_name,
53 # Finds a node in the debug block graph
55 return next(node for node in graph['nodes'] if node['id'] == node_id)
112 **node('node4', node4_path, throttle=stream_throttle,
113 backing=node('node3', node3_path,
114 backing=node('node2', node2_path,
115 backing=node('node1', node1_path,
116 backing=node('node0', node0_path, throttle=commit_throttle,
143 # Assert that the backing node of node3 is node 0 now