Lines Matching defs:uptodate
365 int uptodate = !bio->bi_status;
375 if (uptodate) {
383 uptodate = 1;
387 * Here we redefine "uptodate" to mean "Don't want to retry"
394 uptodate = 1;
398 if (uptodate) {
2066 static void put_sync_write_buf(struct r1bio *r1_bio, int uptodate)
2077 md_done_sync(mddev, s, uptodate);
2084 int uptodate = !bio->bi_status;
2090 if (!uptodate) {
2103 put_sync_write_buf(r1_bio, uptodate);