Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Draid5.h579 int max_nr_stripes; member
H A Draid5.c800 (conf->max_nr_stripes * 3 / 4)); in is_inactive_blocked()
2400 conf->max_nr_stripes % NR_STRIPE_HASH_LOCKS; in grow_one_stripe()
2405 WRITE_ONCE(conf->max_nr_stripes, conf->max_nr_stripes + 1); in grow_one_stripe()
2557 for (i = conf->max_nr_stripes; i; i--) { in resize_stripes()
2700 WRITE_ONCE(conf->max_nr_stripes, conf->max_nr_stripes - 1); in drop_one_stripe()
2706 while (conf->max_nr_stripes && in shrink_stripes()
2803 > conf->max_nr_stripes) { in raid5_end_read_request()
2808 conf->max_nr_stripes); in raid5_end_read_request()
6850 while (size < conf->max_nr_stripes && in raid5_set_cache_size()
6858 while (size > conf->max_nr_stripes) in raid5_set_cache_size()
[all …]
H A Ddm-raid.c3528 int i, max_nr_stripes = conf ? conf->max_nr_stripes : 0; in raid_status() local
3660 max_nr_stripes); in raid_status()
H A Draid5-cache.c39 #define R5C_FULL_STRIPE_FLUSH_BATCH(conf) (conf->max_nr_stripes / 4)
2152 conf->max_nr_stripes); in r5c_recovery_analyze_meta_block()