Home
last modified time | relevance | path

Searched refs:max_degraded (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.c278 else if (injournal == conf->raid_disks - conf->max_degraded) { in do_release_stripe()
700 return degraded > conf->max_degraded; in has_failed()
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()
2739 else if (conf->mddev->degraded >= conf->max_degraded) { in raid5_end_read_request()
2928 int data_disks = raid_disks - conf->max_degraded; in raid5_compute_sector()
3118 int data_disks = raid_disks - conf->max_degraded; in raid5_compute_blocknr()
3336 if (s->locked + conf->max_degraded == disks) in schedule_reconstruction()
3541 stripe * (disks - conf->max_degraded) in stripe_set_idx()
3624 s->failed > conf->max_degraded && in handle_failed_stripe()
[all …]
H A Draid5.h569 int max_degraded; member
H A Draid5-cache.c405 ((conf->max_degraded + 1) * atomic_read(&log->stripe_in_journal_count) + in r5c_log_required_to_flush_cache()
406 (conf->raid_disks - conf->max_degraded) * (conf->group_cnt + 1)); in r5c_log_required_to_flush_cache()
1841 ctx->meta_total_blocks += BLOCK_SECTORS * conf->max_degraded; in r5l_recovery_load_parity()
2033 if (conf->max_degraded == 2 && /* q for RAID 6 */ in r5l_recovery_verify_data_checksum_for_mb()
H A Draid5-ppl.c829 data_disks = conf->raid_disks - conf->max_degraded; in ppl_recover_entry()
836 data_disks = conf->raid_disks - conf->max_degraded; in ppl_recover_entry()