Home | History | Annotate | Download | only in raidframe

Lines Matching refs:Layout

73 	RF_RaidLayout_t *layoutPtr = &raidPtr->Layout;
90 /* fill in the remaining layout parameters */
136 RF_StripeNum_t stripeID = rf_RaidAddressToStripeID(&raidPtr->Layout, addr);
137 RF_EvenOddConfigInfo_t *info = (RF_EvenOddConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
141 /* The layout of stripe unit on the disks are: c0 c1 c2 c3 c4
151 the layout of data stripe unit as shown above although we have 2 redundant information now.
161 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit;
162 RF_StripeNum_t endSUIDofthisStrip = (SUID / raidPtr->Layout.numDataCol + 1) * raidPtr->Layout.numDataCol - 1;
165 *diskSector = (SUID / (raidPtr->Layout.numDataCol)) * raidPtr->Layout.sectorsPerStripeUnit +
166 (raidSector % raidPtr->Layout.sectorsPerStripeUnit);
174 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit;
175 RF_StripeNum_t endSUIDofthisStrip = (SUID / raidPtr->Layout.numDataCol + 1) * raidPtr->Layout.numDataCol - 1;
178 *diskSector = (SUID / (raidPtr->Layout.numDataCol)) * raidPtr->Layout.sectorsPerStripeUnit +
179 (raidSector % raidPtr->Layout.sectorsPerStripeUnit);
186 RF_RaidLayout_t *layoutPtr = &(raidPtr->Layout);
334 RF_RaidLayout_t *layoutPtr = &(raidPtr->Layout);