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)
7006 conf->stripe_shift = ilog2(new) - 9; in raid5_store_stripe_size()7475 conf->stripe_shift = ilog2(DEFAULT_STRIPE_SIZE) - 9; in setup_conf()
914 int stripe_shift; in remote_due_to_read_balancing() local928 stripe_shift = (rbm - RB_32K_STRIPING + 15); in remote_due_to_read_balancing()929 return (sector >> (stripe_shift - 9)) & 1; in remote_due_to_read_balancing()