Home
last modified time | relevance | path

Searched refs:min_nr_stripes (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/
H A Draid5.h580 int min_nr_stripes; member
H A Draid5.c7028 ret = sprintf(page, "%d\n", conf->min_nr_stripes); in raid5_show_stripe_cache_size()
7042 WRITE_ONCE(conf->min_nr_stripes, size); in raid5_set_cache_size()
7054 WRITE_ONCE(conf->min_nr_stripes, conf->max_nr_stripes); in raid5_set_cache_size()
7260 else if (new > conf->min_nr_stripes) in raid5_store_preread_threshold()
7608 conf->max_nr_stripes > conf->min_nr_stripes) { in raid5_cache_scan()
7625 int min_stripes = READ_ONCE(conf->min_nr_stripes); in raid5_cache_count()
7830 conf->min_nr_stripes = NR_STRIPES; in setup_conf()
7835 conf->min_nr_stripes = max(NR_STRIPES, stripes); in setup_conf()
7836 if (conf->min_nr_stripes != NR_STRIPES) in setup_conf()
7838 mdname(mddev), conf->min_nr_stripes); in setup_conf()
[all …]