Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5-log.h62 struct r5conf *conf = sh->raid_conf; in log_stripe()
83 struct r5conf *conf = sh->raid_conf; in log_stripe_write_finished()
H A Draid5.c169 struct r5conf *conf = sh->raid_conf; in raid5_wakeup_stripe_thread()
385 struct r5conf *conf = sh->raid_conf; in raid5_release_stripe()
514 int num = sh->raid_conf->pool_size; in shrink_buffers()
537 int num = sh->raid_conf->pool_size; in grow_buffers()
568 struct r5conf *conf = sh->raid_conf; in init_stripe()
779 BUG_ON(sh->overwrite_disks > (sh->disks - sh->raid_conf->max_degraded)); in is_full_stripe_write()
780 return sh->overwrite_disks == (sh->disks - sh->raid_conf->max_degraded); in is_full_stripe_write()
807 struct r5conf *conf = sh->raid_conf; in stripe_can_batch()
1059 struct r5conf *conf = sh->raid_conf; in ops_run_io()
1316 struct r5conf *conf = sh->raid_conf; in async_copy_data()
[all …]
H A Draid5.h203 struct r5conf *raid_conf; member
788 return (disk_idx % sh->stripes_per_page) * RAID5_STRIPE_SIZE(sh->raid_conf); in raid5_get_page_offset()
H A 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()
994 struct r5conf *conf = sh->raid_conf; in r5l_write_stripe()
1975 r5l_recovery_replay_one_stripe(sh->raid_conf, sh, ctx); in r5c_recovery_replay_stripes()
2762 struct r5conf *conf = sh->raid_conf; in r5c_release_extra_page()
2788 struct r5conf *conf = sh->raid_conf; in r5c_use_extra_page()
2891 struct r5conf *conf = sh->raid_conf; in r5c_cache_data()
H A Draid5-ppl.c274 struct r5conf *conf = sh->raid_conf; in ppl_log_stripe()