Lines Matching refs:uptodate
317 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in raid1_end_read_request() local
328 if (uptodate) in raid1_end_read_request()
340 uptodate = 1; in raid1_end_read_request()
344 if (uptodate) { in raid1_end_read_request()
402 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in raid1_end_write_request() local
413 if (!uptodate) { in raid1_end_write_request()
1759 int uptodate = test_bit(BIO_UPTODATE, &bio->bi_flags); in end_sync_write() local
1769 if (!uptodate) { in end_sync_write()
1805 md_done_sync(mddev, s, uptodate); in end_sync_write()
1970 int uptodate; in process_checks() local
1975 uptodate = test_bit(BIO_UPTODATE, &b->bi_flags); in process_checks()
1977 if (!uptodate) in process_checks()
2011 int uptodate = test_bit(BIO_UPTODATE, &sbio->bi_flags); in process_checks() local
2018 if (uptodate) { in process_checks()
2033 && uptodate)) { in process_checks()