Home | History | Annotate | Download | only in raidframe

Lines Matching defs:olddata

843 	char   *ebuf, *pbuf, *dest[2], *olddata[2];
892 olddata[0] = RF_Malloc(numbytes);
893 olddata[1] = RF_Malloc(numbytes);
894 dest[0] = olddata[0];
895 dest[1] = olddata[1];
909 /* after recovery, the buffer pointed by olddata[0] is the old failed
924 rf_bxor(((RF_PhysDiskAddr_t *) node->params[numDataCol].p)->bufPtr, olddata[0], numbytes);
929 /* olddata[0] now is source buffer pointer; epda->bufPtr is the dest
931 rf_e_encToBuf(raidPtr, scol, olddata[0], RF_EO_MATRIX_DIM - 2, epda->bufPtr, fpda->numSector);
934 rf_bxor(olddata[0], ppda->bufPtr, numbytes);
936 RF_Free(olddata[0], numbytes);
937 RF_Free(olddata[1], numbytes);