Lines Matching defs:uptodate
361 int uptodate = !bio->bi_status;
371 if (uptodate)
381 * Here we redefine "uptodate" to mean "Don't want to retry"
388 uptodate = 1;
392 if (uptodate) {
1894 static void put_sync_write_buf(struct r1bio *r1_bio, int uptodate)
1905 md_done_sync(mddev, s, uptodate);
1912 int uptodate = !bio->bi_status;
1920 if (!uptodate) {
1936 put_sync_write_buf(r1_bio, uptodate);