Searched refs:uptodate (Results 1 – 6 of 6) sorted by relevance
| /drivers/md/ |
| A D | raid1.c | 365 int uptodate = !bio->bi_status; in raid1_end_read_request() local 375 if (uptodate) { in raid1_end_read_request() 383 uptodate = 1; in raid1_end_read_request() 394 uptodate = 1; in raid1_end_read_request() 398 if (uptodate) { in raid1_end_read_request() 2066 static void put_sync_write_buf(struct r1bio *r1_bio, int uptodate) in put_sync_write_buf() argument 2077 md_done_sync(mddev, s, uptodate); in put_sync_write_buf() 2084 int uptodate = !bio->bi_status; in end_sync_write() local 2090 if (!uptodate) { in end_sync_write() 2103 put_sync_write_buf(r1_bio, uptodate); in end_sync_write()
|
| A D | raid5.h | 285 int locked, uptodate, to_read, to_write, failed, written; member
|
| A D | raid5.c | 3878 if ((s->uptodate == disks - 1) && in fetch_block() 3899 s->uptodate++; 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() [all …]
|
| A D | raid10.c | 378 int uptodate = !bio->bi_status; in raid10_end_read_request() local 391 if (uptodate) { in raid10_end_read_request() 403 uptodate = 1; in raid10_end_read_request() 412 uptodate = 1; in raid10_end_read_request() 414 if (uptodate) { in raid10_end_read_request()
|
| A D | md-bitmap.c | 528 static void end_bitmap_write(struct buffer_head *bh, int uptodate) in end_bitmap_write() argument 532 if (!uptodate) in end_bitmap_write()
|
| /drivers/block/ |
| A D | floppy.c | 2279 static void request_done(int uptodate) in request_done() argument 2286 snprintf(msg, sizeof(msg), "request done %d", uptodate); in request_done() 2294 if (uptodate) { in request_done()
|
Completed in 48 milliseconds