Searched refs:max_nr_stripes (Results 1 – 2 of 2) sorted by relevance
208 int max_nr_stripes; member
1504 conf->max_nr_stripes = NR_STRIPES; in raid5_run()1542 memory = conf->max_nr_stripes * (sizeof(struct stripe_head) + in raid5_run()1544 if (grow_stripes(conf, conf->max_nr_stripes, GFP_KERNEL)) { in raid5_run()1546 shrink_stripes(conf, conf->max_nr_stripes); in raid5_run()1649 shrink_stripes(conf, conf->max_nr_stripes); in raid5_stop()