Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Draid5-log.h59 struct r5conf *conf = sh->raid_conf; in log_stripe()
80 struct r5conf *conf = sh->raid_conf; in log_stripe_write_finished()
Draid5.c174 __must_hold(&sh->raid_conf->device_lock) in raid5_wakeup_stripe_thread()
176 struct r5conf *conf = sh->raid_conf; in raid5_wakeup_stripe_thread()
394 struct r5conf *conf = sh->raid_conf; in raid5_release_stripe()
523 int num = sh->raid_conf->pool_size; in shrink_buffers()
546 int num = sh->raid_conf->pool_size; in grow_buffers()
577 struct r5conf *conf = sh->raid_conf; in init_stripe()
869 BUG_ON(sh->overwrite_disks > (sh->disks - sh->raid_conf->max_degraded)); in is_full_stripe_write()
870 return sh->overwrite_disks == (sh->disks - sh->raid_conf->max_degraded); in is_full_stripe_write()
897 struct r5conf *conf = sh->raid_conf; in stripe_can_batch()
1134 struct r5conf *conf = sh->raid_conf; in ops_run_io()
[all …]
Draid5.h204 struct r5conf *raid_conf; member
793 return (disk_idx % sh->stripes_per_page) * RAID5_STRIPE_SIZE(sh->raid_conf); in raid5_get_page_offset()
Draid5-cache.c451 struct r5conf *conf = sh->raid_conf; in r5c_make_stripe_write_out()
494 struct r5l_log *log = sh->raid_conf->log; in r5c_finish_cache_stripe()
993 struct r5conf *conf = sh->raid_conf; in r5l_write_stripe()
1968 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.c275 struct r5conf *conf = sh->raid_conf; in ppl_log_stripe()