Searched refs:resync_mismatches (Results 1 – 5 of 5) sorted by relevance
495 atomic64_t resync_mismatches; /* count of sectors where member
5391 atomic64_read(&mddev->resync_mismatches)); in mismatch_cnt_show()7013 atomic64_set(&mddev->resync_mismatches, 0); in md_clean()9566 atomic64_set(&mddev->resync_mismatches, 0); in md_sync_max_sectors()
2301 atomic64_add(r1_bio->sectors, &mddev->resync_mismatches); in process_checks()
4418 atomic64_add(RAID5_STRIPE_SECTORS(conf), &conf->mddev->resync_mismatches); in handle_parity_checks5()4582 atomic64_add(RAID5_STRIPE_SECTORS(conf), &conf->mddev->resync_mismatches); in handle_parity_checks6()
2393 atomic64_add(r10_bio->sectors, &mddev->resync_mismatches); in sync_request_write()