Searched refs:max_nr_stripes (Results 1 – 4 of 4) sorted by relevance
571 int max_nr_stripes; member
739 < (conf->max_nr_stripes * 3 / 4) in raid5_get_active_stripe()2347 conf->max_nr_stripes % NR_STRIPE_HASH_LOCKS; in grow_one_stripe()2352 conf->max_nr_stripes++; in grow_one_stripe()2506 for (i = conf->max_nr_stripes; i; i--) { in resize_stripes()2649 conf->max_nr_stripes--; in drop_one_stripe()2655 while (conf->max_nr_stripes && in shrink_stripes()2755 > conf->max_nr_stripes) { in raid5_end_read_request()2760 conf->max_nr_stripes); in raid5_end_read_request()6577 while (size < conf->max_nr_stripes && in raid5_set_cache_size()6585 while (size > conf->max_nr_stripes) in raid5_set_cache_size()[all …]
3516 int i, max_nr_stripes = conf ? conf->max_nr_stripes : 0; in raid_status() local3648 max_nr_stripes); in raid_status()
39 #define R5C_FULL_STRIPE_FLUSH_BATCH(conf) (conf->max_nr_stripes / 4)2167 conf->max_nr_stripes); in r5c_recovery_analyze_meta_block()
Completed in 29 milliseconds