Lines Matching refs:uptodate
3859 if ((s->uptodate == disks - 1) && in fetch_block()
3880 s->uptodate++; in fetch_block()
3882 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block()
3904 s->uptodate += 2; in fetch_block()
4254 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4258 s->uptodate--; in handle_parity_checks5()
4274 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4321 s->uptodate++; in handle_parity_checks5()
4380 s->uptodate--; in handle_parity_checks6()
4491 s->uptodate++; in handle_parity_checks6()
4497 s->uptodate++; in handle_parity_checks6()
4626 s->uptodate++; in analyse_stripe()
4961 s.locked, s.uptodate, s.to_read, s.to_write, s.failed, in handle_stripe()
5054 || (s.syncing && (s.uptodate + s.compute < disks)) in handle_stripe()