Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Draid5-log.h61 struct r5conf *conf = sh->raid_conf; in log_stripe()
82 struct r5conf *conf = sh->raid_conf; in log_stripe_write_finished()
Draid5.c177 struct r5conf *conf = sh->raid_conf; in raid5_wakeup_stripe_thread()
393 struct r5conf *conf = sh->raid_conf; in raid5_release_stripe()
464 int num = sh->raid_conf->pool_size; in shrink_buffers()
479 int num = sh->raid_conf->pool_size; in grow_buffers()
499 struct r5conf *conf = sh->raid_conf; in init_stripe()
710 BUG_ON(sh->overwrite_disks > (sh->disks - sh->raid_conf->max_degraded)); in is_full_stripe_write()
711 return sh->overwrite_disks == (sh->disks - sh->raid_conf->max_degraded); in is_full_stripe_write()
734 struct r5conf *conf = sh->raid_conf; in stripe_can_batch()
986 struct r5conf *conf = sh->raid_conf; in ops_run_io()
1273 if (sh->raid_conf->skip_copy && in async_copy_data()
[all …]
Draid5.h202 struct r5conf *raid_conf; member
Draid5-cache.c462 struct r5conf *conf = sh->raid_conf; in r5c_make_stripe_write_out()
505 struct r5l_log *log = sh->raid_conf->log; in r5c_finish_cache_stripe()
1005 struct r5conf *conf = sh->raid_conf; in r5l_write_stripe()
1984 r5l_recovery_replay_one_stripe(sh->raid_conf, sh, ctx); in r5c_recovery_replay_stripes()
2758 struct r5conf *conf = sh->raid_conf; in r5c_release_extra_page()
2784 struct r5conf *conf = sh->raid_conf; in r5c_use_extra_page()
2887 struct r5conf *conf = sh->raid_conf; in r5c_cache_data()
Draid5-ppl.c281 struct r5conf *conf = sh->raid_conf; in ppl_log_stripe()