Lines Matching refs:uptodate
3639 if ((s->uptodate == disks - 1) && in fetch_block()
3660 s->uptodate++; in fetch_block()
3662 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block()
3684 s->uptodate += 2; in fetch_block()
4038 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4042 s->uptodate--; in handle_parity_checks5()
4058 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4105 s->uptodate++; in handle_parity_checks5()
4164 s->uptodate--; in handle_parity_checks6()
4188 BUG_ON(s->uptodate < disks - 1); /* We don't need Q to recover */ in handle_parity_checks6()
4267 s->uptodate++; in handle_parity_checks6()
4273 s->uptodate++; in handle_parity_checks6()
4401 s->uptodate++; in analyse_stripe()
4732 s.locked, s.uptodate, s.to_read, s.to_write, s.failed, in handle_stripe()
4825 || (s.syncing && (s.uptodate + s.compute < disks)) in handle_stripe()