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