Lines Matching refs:uptodate
3968 if ((s->uptodate == disks - 1) && in fetch_block()
3989 s->uptodate++; in fetch_block()
3991 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block()
4013 s->uptodate += 2; in fetch_block()
4363 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4367 s->uptodate--; in handle_parity_checks5()
4383 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4430 s->uptodate++; in handle_parity_checks5()
4489 s->uptodate--; in handle_parity_checks6()
4600 s->uptodate++; in handle_parity_checks6()
4606 s->uptodate++; in handle_parity_checks6()
4736 s->uptodate++; in analyse_stripe()
5071 s.locked, s.uptodate, s.to_read, s.to_write, s.failed, in handle_stripe()
5164 || (s.syncing && (s.uptodate + s.compute < disks)) in handle_stripe()