Lines Matching refs:uptodate
3857 if ((s->uptodate == disks - 1) && in fetch_block()
3878 s->uptodate++; in fetch_block()
3880 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block()
3902 s->uptodate += 2; in fetch_block()
4252 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4256 s->uptodate--; in handle_parity_checks5()
4272 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4319 s->uptodate++; in handle_parity_checks5()
4378 s->uptodate--; in handle_parity_checks6()
4489 s->uptodate++; in handle_parity_checks6()
4495 s->uptodate++; in handle_parity_checks6()
4624 s->uptodate++; in analyse_stripe()
4959 s.locked, s.uptodate, s.to_read, s.to_write, s.failed, in handle_stripe()
5052 || (s.syncing && (s.uptodate + s.compute < disks)) in handle_stripe()