Home
last modified time | relevance | path

Searched refs:max_nr_stripes (Results 1 – 3 of 3) sorted by relevance

/drivers/md/
Draid5.h372 int max_nr_stripes; member
Draid5.c484 < (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 …]
Ddm-raid.c1449 conf ? conf->max_nr_stripes * 2 : 0); in raid_status()