index_within_region 143 dev/raidframe/rf_chaindecluster.c RF_SectorNum_t index_within_region, index_within_disk; index_within_region 149 dev/raidframe/rf_chaindecluster.c index_within_region = SUID % info->stripeUnitsPerSparingRegion; index_within_region 150 dev/raidframe/rf_chaindecluster.c index_within_disk = index_within_region / raidPtr->numCol; index_within_region 167 dev/raidframe/rf_chaindecluster.c index_within_disk = index_within_region / raidPtr->numCol; index_within_region 197 dev/raidframe/rf_chaindecluster.c RF_SectorNum_t index_within_region, index_within_disk; index_within_region 214 dev/raidframe/rf_chaindecluster.c index_within_region = SUID % info->stripeUnitsPerSparingRegion; index_within_region 215 dev/raidframe/rf_chaindecluster.c index_within_disk = index_within_region / raidPtr->numCol; index_within_region 166 dev/raidframe/rf_interdecluster.c RF_StripeNum_t sparing_region_id, index_within_region; index_within_region 171 dev/raidframe/rf_interdecluster.c index_within_region = SUID % info->stripeUnitsPerSparingRegion; index_within_region 172 dev/raidframe/rf_interdecluster.c su_offset_into_disk = index_within_region % (raidPtr->numCol - 1); index_within_region 173 dev/raidframe/rf_interdecluster.c mirror_su_offset_into_disk = index_within_region / raidPtr->numCol; index_within_region 174 dev/raidframe/rf_interdecluster.c col_before_remap = index_within_region / (raidPtr->numCol - 1); index_within_region 190 dev/raidframe/rf_interdecluster.c *col = (index_within_region + 1 + mirror_su_offset_into_disk) % index_within_region 205 dev/raidframe/rf_interdecluster.c RF_StripeNum_t sparing_region_id, index_within_region; index_within_region 211 dev/raidframe/rf_interdecluster.c index_within_region = SUID % info->stripeUnitsPerSparingRegion; index_within_region 212 dev/raidframe/rf_interdecluster.c mirror_su_offset_into_disk = index_within_region / raidPtr->numCol; index_within_region 213 dev/raidframe/rf_interdecluster.c col_before_remap = (index_within_region + 1 + index_within_region 235 dev/raidframe/rf_interdecluster.c *col = index_within_region / (raidPtr->numCol - 1);