Home | History | Annotate | Download | only in raidframe

Lines Matching refs:dag_h

78 			  RF_DagHeader_t *dag_h, void *bp,
82 rf_CreateNonredundantDAG(raidPtr, asmap, dag_h, bp, flags, allocList,
128 RF_AccessStripeMap_t *asmap, RF_DagHeader_t *dag_h, void *bp,
140 dag_h->creator = "NonredundantDAG";
174 dag_h->numCommitNodes = 1;
175 dag_h->numCommits = 0;
176 dag_h->numSuccedents = 1;
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;
210 NULL, n, 0, 0, 0, dag_h, "Nil", allocList);
212 NULL, 1, n, 0, 0, dag_h, "Cmt", allocList);
214 NULL, 0, 1, 0, 0, dag_h, "Trm", allocList);
218 NULL, 1, 0, 0, 0, dag_h, "Nil", allocList);
220 NULL, n, 1, 0, 0, dag_h, "Cmt", allocList);
222 NULL, 0, n, 0, 0, dag_h, "Trm", allocList);
232 1, 1, 4, 0, dag_h, name, allocList);
248 dag_h->succedents[0] = blockNode;
324 RF_DagHeader_t *dag_h, void *bp,
335 dag_h->creator = "RaidOneReadDAG";
345 dag_h->numCommitNodes = 1;
346 dag_h->numCommits = 0;
347 dag_h->numSuccedents = 1;
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;
379 rf_NullNodeUndoFunc, NULL, n, 0, 0, 0, dag_h, "Nil", allocList);
381 rf_NullNodeUndoFunc, NULL, 1, n, 0, 0, dag_h, "Cmt", allocList);
383 rf_TerminateUndoFunc, NULL, 0, 1, 0, 0, dag_h, "Trm", allocList);
390 rf_DiskReadMirrorUndoFunc, rf_GenericWakeupFunc, 1, 1, 5, 0, dag_h,
409 dag_h->succedents[0] = blockNode;
446 RF_DagHeader_t * dag_h,
451 CreateMirrorReadDAG(raidPtr, asmap, dag_h, bp, flags, allocList,
460 RF_DagHeader_t *dag_h, void *bp,
464 CreateMirrorReadDAG(raidPtr, asmap, dag_h, bp, flags, allocList,