Lines Matching refs:max_nr_stripes
671 < (conf->max_nr_stripes * 3 / 4) in raid5_get_active_stripe()
2190 conf->max_nr_stripes % NR_STRIPE_HASH_LOCKS; in grow_one_stripe()
2195 conf->max_nr_stripes++; in grow_one_stripe()
2344 for (i = conf->max_nr_stripes; i; i--) { in resize_stripes()
2384 if (cnt >= conf->max_nr_stripes / NR_STRIPE_HASH_LOCKS + in resize_stripes()
2385 !!((conf->max_nr_stripes % NR_STRIPE_HASH_LOCKS) > hash)) { in resize_stripes()
2450 int hash = (conf->max_nr_stripes - 1) & STRIPE_HASH_LOCKS_MASK; in drop_one_stripe()
2461 conf->max_nr_stripes--; in drop_one_stripe()
2467 while (conf->max_nr_stripes && in shrink_stripes()
2566 > conf->max_nr_stripes) in raid5_end_read_request()
6367 while (size < conf->max_nr_stripes && in raid5_set_cache_size()
6375 while (size > conf->max_nr_stripes) in raid5_set_cache_size()
6832 conf->max_nr_stripes > conf->min_nr_stripes) { in raid5_cache_scan()
6849 if (conf->max_nr_stripes < conf->min_nr_stripes) in raid5_cache_count()
6852 return conf->max_nr_stripes - conf->min_nr_stripes; in raid5_cache_count()