Home | History | Annotate | Download | only in raidframe

Lines Matching refs:Layout

64 	RF_RaidLayout_t *layoutPtr = &raidPtr->Layout;
107 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit;
111 *diskSector = ((SUID / (raidPtr->numCol / 2)) * raidPtr->Layout.sectorsPerStripeUnit) + (raidSector % raidPtr->Layout.sectorsPerStripeUnit);
125 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit;
130 *diskSector = ((SUID / (raidPtr->numCol / 2)) * raidPtr->Layout.sectorsPerStripeUnit) + (raidSector % raidPtr->Layout.sectorsPerStripeUnit);
142 RF_StripeNum_t stripeID = rf_RaidAddressToStripeID(&raidPtr->Layout, addr);
143 RF_Raid1ConfigInfo_t *info = raidPtr->Layout.layoutSpecificInfo;
279 layoutPtr = &raidPtr->Layout;