Searched refs:max_nr_stripes (Results 1 – 3 of 3) sorted by relevance
372 int max_nr_stripes; member
484 < (conf->max_nr_stripes *3/4) in get_active_stripe()1597 for (i = conf->max_nr_stripes; i; i--) { in resize_stripes()1810 > conf->max_nr_stripes) in raid5_end_read_request()4884 return sprintf(page, "%d\n", conf->max_nr_stripes); in raid5_show_stripe_cache_size()4897 while (size < conf->max_nr_stripes) { in raid5_set_cache_size()4899 conf->max_nr_stripes--; in raid5_set_cache_size()4906 while (size > conf->max_nr_stripes) { in raid5_set_cache_size()4908 conf->max_nr_stripes++; in raid5_set_cache_size()4962 if (new > conf->max_nr_stripes) in raid5_store_preread_threshold()5238 conf->max_nr_stripes = NR_STRIPES; in setup_conf()[all …]
1449 conf ? conf->max_nr_stripes * 2 : 0); in raid_status()