Lines Matching refs:nodes
60 * through the graph, blindly executing nodes until it reaches the end.
108 * There is one disk node per stripe unit accessed, and all disk nodes are in
112 * normally. Subsequent disk nodes are created by copying the first one,
117 * in ONLY ONE of the read nodes. This does not apply to the "params" field
189 tmpNode->list_next = dag_h->nodes;
190 dag_h->nodes = tmpNode;
192 diskNodes = dag_h->nodes;
195 blockNode->list_next = dag_h->nodes;
196 dag_h->nodes = blockNode;
199 commitNode->list_next = dag_h->nodes;
200 dag_h->nodes = commitNode;
203 termNode->list_next = dag_h->nodes;
204 dag_h->nodes = termNode;
206 /* initialize nodes */
243 * Connect nodes.
360 tmpNode->list_next = dag_h->nodes;
361 dag_h->nodes = tmpNode;
363 readNodes = dag_h->nodes;
366 blockNode->list_next = dag_h->nodes;
367 dag_h->nodes = blockNode;
370 commitNode->list_next = dag_h->nodes;
371 dag_h->nodes = commitNode;
374 termNode->list_next = dag_h->nodes;
375 dag_h->nodes = termNode;
377 /* initialize nodes */
404 * Connect nodes
411 /* connect block node to read nodes */
422 /* connect read nodes to commit node */