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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-stripe.c28 int stripes_shift; member in struct:stripe_c
171 sc->stripes_shift = -1;
173 sc->stripes_shift = ffs(stripes) - 1;
224 if (sc->stripes_shift < 0)
228 chunk >>= sc->stripes_shift;

Completed in 28 milliseconds