Searched refs:max_nr_stripes (Results 1 – 3 of 3) sorted by relevance
444 int max_nr_stripes; member
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()[all …]
1512 conf ? conf->max_nr_stripes * 2 : 0); in raid_status()