Lines Matching refs:uptodate
3646 if ((s->uptodate == disks - 1) && in fetch_block()
3667 s->uptodate++; in fetch_block()
3669 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block()
3691 s->uptodate += 2; in fetch_block()
4045 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4049 s->uptodate--; in handle_parity_checks5()
4065 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4112 s->uptodate++; in handle_parity_checks5()
4171 s->uptodate--; in handle_parity_checks6()
4282 s->uptodate++; in handle_parity_checks6()
4288 s->uptodate++; in handle_parity_checks6()
4416 s->uptodate++; in analyse_stripe()
4746 s.locked, s.uptodate, s.to_read, s.to_write, s.failed, in handle_stripe()
4839 || (s.syncing && (s.uptodate + s.compute < disks)) in handle_stripe()