Home
last modified time | relevance | path

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

/drivers/md/
Dmd.h427 sector_t resync_max; /* resync should pause member
Dmd.c709 mddev->resync_max = MaxSector; in mddev_init()
5138 if (min > mddev->resync_max) in min_sync_store()
5160 if (mddev->resync_max == MaxSector) in max_sync_show()
5164 (unsigned long long)mddev->resync_max); in max_sync_show()
5172 mddev->resync_max = MaxSector; in max_sync_store()
5184 if (max < mddev->resync_max && md_is_rdwr(mddev) && in max_sync_store()
5197 mddev->resync_max = max; in max_sync_store()
6227 mddev->resync_max = MaxSector; in md_clean()
8977 >= mddev->resync_max - mddev->curr_resync_completed || in md_do_sync()
8978 mddev->curr_resync_completed > mddev->resync_max in md_do_sync()
[all …]
Draid1.c2864 if (max_sector > mddev->resync_max) in raid1_sync_request()
2865 max_sector = mddev->resync_max; /* Don't do IO beyond here */ in raid1_sync_request()
Draid10.c3402 if (max_sector > mddev->resync_max) in raid10_sync_request()
3403 max_sector = mddev->resync_max; /* Don't do IO beyond here */ in raid10_sync_request()
Draid5.c6174 if (mddev->curr_resync_completed > mddev->resync_max || in reshape_request()
6176 >= mddev->resync_max - mddev->curr_resync_completed) { in reshape_request()