Lines Matching refs:parityInfo
204 pda_p = asm_p->parityInfo = t_pda;
212 rf_ASMParityAdjust(raidPtr, asm_p->parityInfo, startAddrWithinStripe, endAddress, layoutPtr, asm_p);
221 pda_p = asm_p->parityInfo = t_pda;
239 rf_ASMParityAdjust(raidPtr, asm_p->parityInfo, startAddrWithinStripe, endAddress, layoutPtr, asm_p);
290 pda = asmap->parityInfo;
554 pdaList = p->parityInfo;
556 pdaEnd->next = p->parityInfo;
557 for (trailer = NULL, pdp = p->parityInfo; pdp;) {
592 * reason we map the parity instead of just using asm->parityInfo->col
709 if (asmap->parityInfo) {
710 printf("Parity [c%d s%d-%d", asmap->parityInfo->col,
711 (int) asmap->parityInfo->startSector,
712 (int) (asmap->parityInfo->startSector +
713 asmap->parityInfo->numSector - 1));
715 printf(" b0x%lx", (unsigned long) asmap->parityInfo->bufPtr);
716 if (asmap->parityInfo->next) {
717 printf(", c%d s%d-%d", asmap->parityInfo->next->col,
718 (int) asmap->parityInfo->next->startSector,
719 (int) (asmap->parityInfo->next->startSector +
720 asmap->parityInfo->next->numSector - 1));
722 printf(" b0x%lx", (unsigned long) asmap->parityInfo->next->bufPtr);
723 RF_ASSERT(asmap->parityInfo->next->next == NULL);