Searched refs:stripe_shift (Results 1 – 3 of 3) sorted by relevance
575 unsigned int stripe_shift; member700 #define RAID5_STRIPE_SHIFT(conf) ((conf)->stripe_shift)
6733 conf->stripe_shift = ilog2(new) - 9; in raid5_store_stripe_size()7201 conf->stripe_shift = ilog2(DEFAULT_STRIPE_SIZE) - 9; in setup_conf()
905 int stripe_shift; in remote_due_to_read_balancing() local920 stripe_shift = (rbm - RB_32K_STRIPING + 15); in remote_due_to_read_balancing()921 return (sector >> (stripe_shift - 9)) & 1; in remote_due_to_read_balancing()