Lines Matching defs:wr_dag_h
263 RF_DagHeader_t *rd_dag_h, *wr_dag_h;
286 rd_dag_h = wr_dag_h = NULL;
477 wr_dag_h = rf_MakeSimpleDAG(raidPtr, nbad, nbytes, bf,
480 if (wr_dag_h == NULL)
482 wrBlock = wr_dag_h->succedents[0];
497 wr_dag_h->tracerec = &tracerec;
502 rf_PrintDAGList(wr_dag_h);
510 rf_DispatchDAG(wr_dag_h, (void (*) (void *)) rf_MCPairWakeupFunc,
518 if (wr_dag_h->status != rf_enable) {
533 if (wr_dag_h)
534 rf_FreeDAG(wr_dag_h);