Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Dmd.h526 sector_t resync_max; /* resync should pause member
H A Dmd.c687 mddev->resync_max = MaxSector; in mddev_init()
5242 if (min > mddev->resync_max) in min_sync_store()
5264 if (mddev->resync_max == MaxSector) in max_sync_show()
5268 (unsigned long long)mddev->resync_max); in max_sync_show()
5276 mddev->resync_max = MaxSector; in max_sync_store()
5288 if (max < mddev->resync_max && md_is_rdwr(mddev) && in max_sync_store()
5301 mddev->resync_max = max; in max_sync_store()
6357 mddev->resync_max = MaxSector; in md_clean()
9116 while (j >= mddev->resync_max && in md_do_sync()
9124 mddev->resync_max > j in md_do_sync()
[all …]
H A Draid1.c2994 if (max_sector > mddev->resync_max) in raid1_sync_request()
2995 max_sector = mddev->resync_max; /* Don't do IO beyond here */ in raid1_sync_request()
H A Draid10.c3282 if (max_sector > mddev->resync_max) in raid10_sync_request()
3283 max_sector = mddev->resync_max; /* Don't do IO beyond here */ in raid10_sync_request()
H A Draid5.c6448 if (mddev->curr_resync_completed > mddev->resync_max || in reshape_request()
6450 >= mddev->resync_max - mddev->curr_resync_completed) { in reshape_request()