Lines Matching refs:uptodate
3856 if ((s->uptodate == disks - 1) && in fetch_block()
3877 s->uptodate++; in fetch_block()
3879 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block()
3901 s->uptodate += 2; in fetch_block()
4251 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4255 s->uptodate--; in handle_parity_checks5()
4271 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4318 s->uptodate++; in handle_parity_checks5()
4377 s->uptodate--; in handle_parity_checks6()
4488 s->uptodate++; in handle_parity_checks6()
4494 s->uptodate++; in handle_parity_checks6()
4623 s->uptodate++; in analyse_stripe()
4958 s.locked, s.uptodate, s.to_read, s.to_write, s.failed, in handle_stripe()
5051 || (s.syncing && (s.uptodate + s.compute < disks)) in handle_stripe()