Searched refs:curr_resync (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Dmd.c3902 if (mddev->curr_resync == 0)
4686 mddev->curr_resync = 0;
6167 resync = mddev->curr_resync - atomic_read(&mddev->recovery_active);
6392 if (mddev->curr_resync > 2) {
6395 } else if (mddev->curr_resync == 1 || mddev->curr_resync == 2)
6689 /* we overload curr_resync somewhat here.
6696 * Before starting a resync we must have set curr_resync to
6697 * 2, and then checked that every "conflicting" array has curr_resync
6699 * we wait on resync_wait. To avoid deadlock, we reduce curr_resync
[all...]
H A Dmd.h201 sector_t curr_resync; /* last block scheduled */ member in struct:mddev_s
204 * everything completes, then set curr_resync_completed to curr_resync.
H A Draid10.c1837 * mddev->curr_resync, but for recovery,
1841 if (mddev->curr_resync < max_sector) { /* aborted */
1843 bitmap_end_sync(mddev->bitmap, mddev->curr_resync,
1847 raid10_find_virt(conf, mddev->curr_resync, i);
H A Draid1.c1768 * We can find the current addess in mddev->curr_resync
1770 if (mddev->curr_resync < max_sector) /* aborted */
1771 bitmap_end_sync(mddev->bitmap, mddev->curr_resync,
H A Dbitmap.c1545 bitmap->mddev->curr_resync_completed = bitmap->mddev->curr_resync;
H A Draid5.c4241 mddev->curr_resync_completed = mddev->curr_resync;
4342 mddev->curr_resync_completed = mddev->curr_resync + reshape_sectors;
4376 if (mddev->curr_resync < max_sector) /* aborted */
4377 bitmap_end_sync(mddev->bitmap, mddev->curr_resync,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/md/
H A Dmd.c3902 if (mddev->curr_resync == 0)
4686 mddev->curr_resync = 0;
6167 resync = mddev->curr_resync - atomic_read(&mddev->recovery_active);
6392 if (mddev->curr_resync > 2) {
6395 } else if (mddev->curr_resync == 1 || mddev->curr_resync == 2)
6689 /* we overload curr_resync somewhat here.
6696 * Before starting a resync we must have set curr_resync to
6697 * 2, and then checked that every "conflicting" array has curr_resync
6699 * we wait on resync_wait. To avoid deadlock, we reduce curr_resync
[all...]
H A Dmd.h201 sector_t curr_resync; /* last block scheduled */ member in struct:mddev_s
204 * everything completes, then set curr_resync_completed to curr_resync.
H A Draid10.c1837 * mddev->curr_resync, but for recovery,
1841 if (mddev->curr_resync < max_sector) { /* aborted */
1843 bitmap_end_sync(mddev->bitmap, mddev->curr_resync,
1847 raid10_find_virt(conf, mddev->curr_resync, i);
H A Draid1.c1768 * We can find the current addess in mddev->curr_resync
1770 if (mddev->curr_resync < max_sector) /* aborted */
1771 bitmap_end_sync(mddev->bitmap, mddev->curr_resync,
H A Dbitmap.c1545 bitmap->mddev->curr_resync_completed = bitmap->mddev->curr_resync;
H A Draid5.c4241 mddev->curr_resync_completed = mddev->curr_resync;
4342 mddev->curr_resync_completed = mddev->curr_resync + reshape_sectors;
4376 if (mddev->curr_resync < max_sector) /* aborted */
4377 bitmap_end_sync(mddev->bitmap, mddev->curr_resync,

Completed in 232 milliseconds