Lines Matching refs:uptodate
3961 if ((s->uptodate == disks - 1) && in fetch_block()
3982 s->uptodate++; in fetch_block()
3984 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block()
4006 s->uptodate += 2; in fetch_block()
4356 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4360 s->uptodate--; in handle_parity_checks5()
4376 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4423 s->uptodate++; in handle_parity_checks5()
4482 s->uptodate--; in handle_parity_checks6()
4593 s->uptodate++; in handle_parity_checks6()
4599 s->uptodate++; in handle_parity_checks6()
4729 s->uptodate++; in analyse_stripe()
5064 s.locked, s.uptodate, s.to_read, s.to_write, s.failed, in handle_stripe()
5157 || (s.syncing && (s.uptodate + s.compute < disks)) in handle_stripe()