Searched refs:stripe_shift (Results 1 – 3 of 3) sorted by relevance
587 unsigned int stripe_shift; member705 #define RAID5_STRIPE_SHIFT(conf) ((conf)->stripe_shift)
7066 conf->stripe_shift = ilog2(new) - 9; in raid5_store_stripe_size()7535 conf->stripe_shift = ilog2(DEFAULT_STRIPE_SIZE) - 9; in setup_conf()
918 int stripe_shift; in remote_due_to_read_balancing() local932 stripe_shift = (rbm - RB_32K_STRIPING + 15); in remote_due_to_read_balancing()933 return (sector >> (stripe_shift - 9)) & 1; in remote_due_to_read_balancing()