Home | History | Annotate | Download | only in raidframe

Lines Matching refs:numCol

362 		for (col = 0; col < raidPtr->numCol; col++) {
380 if (raidPtr->Disks[raidPtr->numCol+col].status == rf_ds_used_spare) {
381 clabel = raidget_component_label(raidPtr, raidPtr->numCol+col);
385 raidflush_component_label(raidPtr, raidPtr->numCol+col);
639 for (col = 0; col < raidPtr->numCol; col++) {
708 for (col = 0; col < raidPtr->numCol; col++) {
765 for (col = 0; col < raidPtr->numCol; col++) {
773 if (raidPtr->Disks[raidPtr->numCol+col].status != rf_ds_used_spare)
775 clabel = raidget_component_label(raidPtr, raidPtr->numCol+col);
790 for (col = 0; col < raidPtr->numCol; col++) {
803 if (raidPtr->Disks[raidPtr->numCol+col].status != rf_ds_used_spare)
806 clabel = raidget_component_label(raidPtr, raidPtr->numCol+col);
811 raidflush_component_label(raidPtr, raidPtr->numCol+col);