Home
last modified time | relevance | path

Searched refs:raid_conf (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/md/
Draid5-log.h62 struct r5conf *conf = sh->raid_conf; in log_stripe()
83 struct r5conf *conf = sh->raid_conf; in log_stripe_write_finished()
Draid5.c168 struct r5conf *conf = sh->raid_conf; in raid5_wakeup_stripe_thread()
384 struct r5conf *conf = sh->raid_conf; in raid5_release_stripe()
455 int num = sh->raid_conf->pool_size; in shrink_buffers()
470 int num = sh->raid_conf->pool_size; in grow_buffers()
490 struct r5conf *conf = sh->raid_conf; in init_stripe()
701 BUG_ON(sh->overwrite_disks > (sh->disks - sh->raid_conf->max_degraded)); in is_full_stripe_write()
702 return sh->overwrite_disks == (sh->disks - sh->raid_conf->max_degraded); in is_full_stripe_write()
729 struct r5conf *conf = sh->raid_conf; in stripe_can_batch()
981 struct r5conf *conf = sh->raid_conf; in ops_run_io()
1268 if (sh->raid_conf->skip_copy && in async_copy_data()
[all …]
Draid5.h202 struct r5conf *raid_conf; member
Draid5-cache.c453 struct r5conf *conf = sh->raid_conf; in r5c_make_stripe_write_out()
496 struct r5l_log *log = sh->raid_conf->log; in r5c_finish_cache_stripe()
996 struct r5conf *conf = sh->raid_conf; in r5l_write_stripe()
1977 r5l_recovery_replay_one_stripe(sh->raid_conf, sh, ctx); in r5c_recovery_replay_stripes()
2760 struct r5conf *conf = sh->raid_conf; in r5c_release_extra_page()
2786 struct r5conf *conf = sh->raid_conf; in r5c_use_extra_page()
2889 struct r5conf *conf = sh->raid_conf; in r5c_cache_data()
Draid5-ppl.c274 struct r5conf *conf = sh->raid_conf; in ppl_log_stripe()