Home | History | Annotate | Download | only in raidframe

Lines Matching defs:fcol

392 	        fcol = rf_EUCol(layoutPtr, failedPDA->raidAddress);	/* logical column of
416 rf_e_encToBuf(raidPtr, scol, srcbuf, fcol, destbuf, pda->numSector);
446 RF_RowCol_t * fcol,
498 RF_ASSERT(fcol[0] != fcol[1]);
499 if (fcol[0] < fcol[1]) {
507 f1 = fcol[0];
508 f2 = fcol[1];
517 f1 = fcol[1];
518 f2 = fcol[0];
646 RF_RowCol_t fcol[2], fsuoff[2], fsuend[2], numDataCol = layoutPtr->numDataCol;
703 fcol[0] = rf_EUCol(layoutPtr, pda->raidAddress);
712 if (i != fcol[0])
716 fcol[1] = i;
725 fcol[0] = rf_EUCol(layoutPtr, pda0->raidAddress);
726 fcol[1] = rf_EUCol(layoutPtr, pda1->raidAddress);
794 rf_doubleEOdecode(raidPtr, buf, dest, fcol, pbuf, ebuf);
839 RF_RowCol_t fcol[2], numDataCol = layoutPtr->numDataCol;
876 fcol[0] = rf_EUCol(layoutPtr, fpda->raidAddress);
885 if (i != fcol[0])
889 fcol[1] = i;
900 rf_doubleEOdecode(raidPtr, buf, dest, fcol, pbuf, ebuf);
902 if ((j != fcol[0]) && (j != fcol[1]))