Lines Matching refs:uptodate
3386 if ((s->uptodate == disks - 1) && in fetch_block()
3407 s->uptodate++; in fetch_block()
3409 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block()
3431 s->uptodate += 2; in fetch_block()
3722 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
3726 s->uptodate--; in handle_parity_checks5()
3742 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
3784 s->uptodate++; in handle_parity_checks5()
3843 s->uptodate--; in handle_parity_checks6()
3949 s->uptodate++; in handle_parity_checks6()
3955 s->uptodate++; in handle_parity_checks6()
4083 s->uptodate++; in analyse_stripe()
4401 s.locked, s.uptodate, s.to_read, s.to_write, s.failed, in handle_stripe()
4484 || (s.syncing && (s.uptodate + s.compute < disks)) in handle_stripe()