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

/linux-master/drivers/md/
H A Draid5.h587 unsigned int stripe_shift; member in struct:r5conf
705 #define RAID5_STRIPE_SHIFT(conf) ((conf)->stripe_shift)
H A Draid5.c6990 conf->stripe_shift = ilog2(new) - 9;
7455 conf->stripe_shift = ilog2(DEFAULT_STRIPE_SIZE) - 9;
/linux-master/drivers/block/drbd/
H A Ddrbd_req.c918 int stripe_shift; local
926 case RB_32K_STRIPING: /* stripe_shift = 15 */
931 case RB_1M_STRIPING: /* stripe_shift = 20 */
932 stripe_shift = (rbm - RB_32K_STRIPING + 15);
933 return (sector >> (stripe_shift - 9)) & 1;

Completed in 141 milliseconds