Searched refs:stripestart (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/geom/vinum/
H A Dgeom_vinum_raid5.c589 off_t len_left, stripeend, stripeoff, stripestart; local
617 stripestart = (boff - stripeoff) / (sdcount - 1);
618 KASSERT(stripestart >= 0, ("gv_raid5_offset: stripestart < 0"));
623 *real_off = stripestart + stripeoff;
625 stripeend = stripestart + p->stripesize;
H A Dgeom_vinum_plex.c132 off_t len_left, stripeend, stripeno, stripestart; local
174 stripestart = (stripeno / sdcount) *
176 KASSERT(stripestart >= 0, ("gv_plex_offset: stripestart < 0"));
177 stripeend = stripestart + p->stripesize;
179 stripestart;

Completed in 56 milliseconds