Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Dmd.h404 sector_t resync_max; /* resync should pause member
Dmd.c573 mddev->resync_max = MaxSector; in mddev_init()
4788 if (min > mddev->resync_max) in min_sync_store()
4810 if (mddev->resync_max == MaxSector) in max_sync_show()
4814 (unsigned long long)mddev->resync_max); in max_sync_show()
4822 mddev->resync_max = MaxSector; in max_sync_store()
4834 if (max < mddev->resync_max && in max_sync_store()
4848 mddev->resync_max = max; in max_sync_store()
5803 mddev->resync_max = MaxSector; in md_clean()
8452 >= mddev->resync_max - mddev->curr_resync_completed || in md_do_sync()
8453 mddev->curr_resync_completed > mddev->resync_max in md_do_sync()
[all …]
Draid1.c2814 if (max_sector > mddev->resync_max) in raid1_sync_request()
2815 max_sector = mddev->resync_max; /* Don't do IO beyond here */ in raid1_sync_request()
Draid10.c3038 if (max_sector > mddev->resync_max) in raid10_sync_request()
3039 max_sector = mddev->resync_max; /* Don't do IO beyond here */ in raid10_sync_request()
Draid5.c5971 if (mddev->curr_resync_completed > mddev->resync_max || in reshape_request()
5973 >= mddev->resync_max - mddev->curr_resync_completed) { in reshape_request()