/src/sys/dev/raidframe/ |
rf_parityscan.c | 201 RF_DagHeader_t *rd_dag_h, *wr_dag_h; /* read, write dag */ local in function:rf_VerifyParityBasic 228 rd_dag_h = rf_MakeSimpleDAG(raidPtr, stripeWidth, numbytes, bf, rf_DiskReadFunc, rf_DiskReadUndoFunc, 230 blockNode = rd_dag_h->succedents[0]; 258 rd_dag_h->tracerec = &tracerec; 263 rf_PrintDAGList(rd_dag_h); 270 rf_DispatchDAG(rd_dag_h, (void (*) (void *)) rf_MCPairWakeupFunc, 277 if (rd_dag_h->status != rf_enable) { 334 rf_FreeDAG(rd_dag_h);
|
rf_raid1.c | 263 RF_DagHeader_t *rd_dag_h, *wr_dag_h; local in function:rf_VerifyParityRAID1 286 rd_dag_h = wr_dag_h = NULL; 315 rd_dag_h = rf_MakeSimpleDAG(raidPtr, stripeWidth, nbytes, bf, 318 if (rd_dag_h == NULL) 320 blockNode = rd_dag_h->succedents[0]; 377 rd_dag_h->tracerec = &tracerec; 383 rf_PrintDAGList(rd_dag_h); 390 rf_DispatchDAG(rd_dag_h, (void (*) (void *)) rf_MCPairWakeupFunc, 399 if (rd_dag_h->status != rf_enable) { 531 if (rd_dag_h) [all...] |
rf_evenodd.c | 339 RF_DagHeader_t *rd_dag_h, *wr_dag_h; /* read, write dag */ local in function:rf_VerifyParityEvenOdd 368 rd_dag_h = rf_MakeSimpleDAG(raidPtr, stripeWidth, numbytes, buf, rf_DiskReadFunc, rf_DiskReadUndoFunc, 370 blockNode = rd_dag_h->succedents[0]; 407 rd_dag_h->tracerec = &tracerec; 412 rf_PrintDAGList(rd_dag_h); 417 rf_DispatchDAG(rd_dag_h, (void (*) (void *)) rf_MCPairWakeupFunc, 422 if (rd_dag_h->status != rf_enable) { 531 rf_FreeDAG(rd_dag_h);
|