Searched defs:stripes_shift (Results 1 - 1 of 1) sorted by relevance

/drivers/md/
H A Ddm-stripe.c29 int stripes_shift; member in struct:stripe_c
157 sc->stripes_shift = -1;
159 sc->stripes_shift = __ffs(stripes);
224 if (sc->stripes_shift < 0)
228 chunk >>= sc->stripes_shift;

Completed in 35 milliseconds