Lines Matching refs:uptodate
3878 if ((s->uptodate == disks - 1) && in fetch_block()
3899 s->uptodate++; in fetch_block()
3901 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block()
3923 s->uptodate += 2; in fetch_block()
4270 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4274 s->uptodate--; in handle_parity_checks5()
4290 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4336 s->uptodate++; in handle_parity_checks5()
4395 s->uptodate--; in handle_parity_checks6()
4505 s->uptodate++; in handle_parity_checks6()
4511 s->uptodate++; in handle_parity_checks6()
4638 s->uptodate++; in analyse_stripe()
4964 s.locked, s.uptodate, s.to_read, s.to_write, s.failed, in handle_stripe()
5057 || (s.syncing && (s.uptodate + s.compute < disks)) in handle_stripe()