rf_raid1.c | 261 int nbytes, bcount, stripeWidth, ret, i, j, nbad, *bbufs; local in function:rf_VerifyParityRAID1 412 * bbufs is "bad bufs"- an array whose entries are the data 417 bbufs = RF_MallocAndAdd(layoutPtr->numParityCol * sizeof(*bbufs), 452 if (bbufs) 453 bbufs[nbad] = i; 468 if (bbufs == NULL)
|