Home | History | Annotate | Download | only in raidframe

Lines Matching refs:col

321 	RF_RowCol_t col;
362 for (col = 0; col < raidPtr->numCol; col++) {
363 if (RF_DEAD_DISK(raidPtr->Disks[col].status))
366 clabel = raidget_component_label(raidPtr, col);
375 raidflush_component_label(raidPtr, col);
379 for (col = 0; col < raidPtr->numSpare; 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);
614 RF_RowCol_t col;
639 for (col = 0; col < raidPtr->numCol; col++) {
640 if (RF_DEAD_DISK(raidPtr->Disks[col].status))
642 clabel = raidget_component_label(raidPtr, col);
708 for (col = 0; col < raidPtr->numCol; col++) {
709 if (RF_DEAD_DISK(raidPtr->Disks[col].status))
711 clabel = raidget_component_label(raidPtr, col);
722 raidflush_component_label(raidPtr, col);
761 RF_RowCol_t col;
765 for (col = 0; col < raidPtr->numCol; col++) {
766 if (RF_DEAD_DISK(raidPtr->Disks[col].status))
768 clabel = raidget_component_label(raidPtr, col);
772 for (col = 0; col < raidPtr->numSpare; col++) {
773 if (raidPtr->Disks[raidPtr->numCol+col].status != rf_ds_used_spare)
775 clabel = raidget_component_label(raidPtr, raidPtr->numCol+col);
788 RF_RowCol_t col;
790 for (col = 0; col < raidPtr->numCol; col++) {
791 if (RF_DEAD_DISK(raidPtr->Disks[col].status))
793 clabel = raidget_component_label(raidPtr, col);
798 raidflush_component_label(raidPtr, col);
802 for (col = 0; col < raidPtr->numSpare; 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);