Searched refs:stripeoff (Results 1 – 1 of 1) sorted by relevance
589 off_t len_left, stripeend, stripeoff, stripestart; in gv_raid5_offset() local605 stripeoff = boff % (p->stripesize * (sdcount - 1)); in gv_raid5_offset()606 KASSERT(stripeoff >= 0, ("gv_raid5_offset: stripeoff < 0")); in gv_raid5_offset()609 sd = stripeoff / p->stripesize; in gv_raid5_offset()617 stripestart = (boff - stripeoff) / (sdcount - 1); in gv_raid5_offset()620 stripeoff %= p->stripesize; in gv_raid5_offset()623 *real_off = stripestart + stripeoff; in gv_raid5_offset()