Lines Matching refs:uptodate
3364 if ((s->uptodate == disks - 1) && in fetch_block()
3384 s->uptodate++; in fetch_block()
3386 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block()
3408 s->uptodate += 2; in fetch_block()
3699 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
3703 s->uptodate--; in handle_parity_checks5()
3719 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
3761 s->uptodate++; in handle_parity_checks5()
3820 s->uptodate--; in handle_parity_checks6()
3844 BUG_ON(s->uptodate < disks - 1); /* We don't need Q to recover */ in handle_parity_checks6()
3918 s->uptodate++; in handle_parity_checks6()
3924 s->uptodate++; in handle_parity_checks6()
4052 s->uptodate++; in analyse_stripe()
4363 s.locked, s.uptodate, s.to_read, s.to_write, s.failed, in handle_stripe()
4446 || (s.syncing && (s.uptodate + s.compute < disks)) in handle_stripe()