Lines Matching refs:resync
4389 unsigned long resync, dt, db; in sync_speed_show() local
4392 resync = mddev->curr_mark_cnt - atomic_read(&mddev->recovery_active); in sync_speed_show()
4395 db = resync - mddev->resync_mark_cnt; in sync_speed_show()
4404 unsigned long long max_sectors, resync; in sync_completed_show() local
4419 resync = mddev->curr_resync_completed; in sync_completed_show()
4420 return sprintf(page, "%llu / %llu\n", resync, max_sectors); in sync_completed_show()
7083 sector_t max_sectors, resync, res; in status_resync() local
7090 resync = 0; in status_resync()
7092 resync = mddev->curr_resync in status_resync()
7112 res = (resync>>scale)*1000; in status_resync()
7134 (unsigned long long) resync/2, in status_resync()
7156 rt = max_sectors - resync; /* number of remaining sectors */ in status_resync()