Lines Matching refs:max_nr_stripes
691 < (conf->max_nr_stripes * 3 / 4) in get_active_stripe()
2011 conf->max_nr_stripes % NR_STRIPE_HASH_LOCKS; in grow_one_stripe()
2016 conf->max_nr_stripes++; in grow_one_stripe()
2169 for (i = conf->max_nr_stripes; i; i--) { in resize_stripes()
2210 if (cnt >= conf->max_nr_stripes / NR_STRIPE_HASH_LOCKS + in resize_stripes()
2211 !!((conf->max_nr_stripes % NR_STRIPE_HASH_LOCKS) > hash)) { in resize_stripes()
2260 int hash = (conf->max_nr_stripes - 1) & STRIPE_HASH_LOCKS_MASK; in drop_one_stripe()
2271 conf->max_nr_stripes--; in drop_one_stripe()
2277 while (conf->max_nr_stripes && in shrink_stripes()
2378 > conf->max_nr_stripes) in raid5_end_read_request()
5908 while (size < conf->max_nr_stripes && in raid5_set_cache_size()
5919 while (size > conf->max_nr_stripes) in raid5_set_cache_size()
6399 conf->max_nr_stripes > conf->min_nr_stripes) { in raid5_cache_scan()
6416 if (conf->max_nr_stripes < conf->min_nr_stripes) in raid5_cache_count()
6419 return conf->max_nr_stripes - conf->min_nr_stripes; in raid5_cache_count()