Lines Matching refs:max_nr_stripes
689 < (conf->max_nr_stripes * 3 / 4) in raid5_get_active_stripe()
2013 conf->max_nr_stripes % NR_STRIPE_HASH_LOCKS; in grow_one_stripe()
2018 conf->max_nr_stripes++; in grow_one_stripe()
2171 for (i = conf->max_nr_stripes; i; i--) { in resize_stripes()
2212 if (cnt >= conf->max_nr_stripes / NR_STRIPE_HASH_LOCKS + in resize_stripes()
2213 !!((conf->max_nr_stripes % NR_STRIPE_HASH_LOCKS) > hash)) { in resize_stripes()
2262 int hash = (conf->max_nr_stripes - 1) & STRIPE_HASH_LOCKS_MASK; in drop_one_stripe()
2273 conf->max_nr_stripes--; in drop_one_stripe()
2279 while (conf->max_nr_stripes && in shrink_stripes()
2378 > conf->max_nr_stripes) in raid5_end_read_request()
5944 while (size < conf->max_nr_stripes && in raid5_set_cache_size()
5955 while (size > conf->max_nr_stripes) in raid5_set_cache_size()
6438 conf->max_nr_stripes > conf->min_nr_stripes) { in raid5_cache_scan()
6455 if (conf->max_nr_stripes < conf->min_nr_stripes) in raid5_cache_count()
6458 return conf->max_nr_stripes - conf->min_nr_stripes; in raid5_cache_count()