Lines Matching defs:scol
172 RF_RowCol_t scol)
182 reconDesc->scol = scol;
248 RF_RowCol_t scol;
264 scol = (-1);
267 for (scol = raidPtr->numCol; scol < raidPtr->numCol + raidPtr->numSpare; scol++) {
268 if (raidPtr->Disks[scol].status == rf_ds_spare) {
269 spareDiskPtr = &raidPtr->Disks[scol];
279 printf("RECON: initiating reconstruction on col %d -> spare at col %d\n", col, scol);
285 reconDesc = AllocRaidReconDesc((void *) raidPtr, col, spareDiskPtr, numDisksDone, scol);
298 /* fix up the component label. Note that at this point col and scol have swapped places. */
566 RF_RowCol_t scol = reconDesc->scol;
597 tmp_reconctrl = rf_MakeReconControl(reconDesc, col, scol);
609 raidPtr->Disks[col].spareCol = scol;
927 if (col != scol) {
929 rf_swap_components(raidPtr, col, scol);
934 for (i = scol; i < raidPtr->numCol+raidPtr->numSpare-1; i++) {