Home
last modified time | relevance | path

Searched refs:uptodate (Results 1 – 6 of 6) sorted by relevance

/drivers/md/
Draid1.c363 int uptodate = !bio->bi_status; in raid1_end_read_request() local
373 if (uptodate) in raid1_end_read_request()
390 uptodate = 1; in raid1_end_read_request()
394 if (uptodate) { in raid1_end_read_request()
1923 static void put_sync_write_buf(struct r1bio *r1_bio, int uptodate) in put_sync_write_buf() argument
1934 md_done_sync(mddev, s, uptodate); in put_sync_write_buf()
1941 int uptodate = !bio->bi_status; in end_sync_write() local
1949 if (!uptodate) { in end_sync_write()
1965 put_sync_write_buf(r1_bio, uptodate); in end_sync_write()
Draid5.h284 int locked, uptodate, to_read, to_write, failed, written; member
Draid5.c3857 if ((s->uptodate == disks - 1) && in fetch_block()
3878 s->uptodate++; in fetch_block()
3880 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block()
3902 s->uptodate += 2; in fetch_block()
4252 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4256 s->uptodate--; in handle_parity_checks5()
4272 BUG_ON(s->uptodate != disks); in handle_parity_checks5()
4319 s->uptodate++; in handle_parity_checks5()
4378 s->uptodate--; in handle_parity_checks6()
4489 s->uptodate++; in handle_parity_checks6()
[all …]
Dmd-bitmap.c310 static void end_bitmap_write(struct buffer_head *bh, int uptodate) in end_bitmap_write() argument
314 if (!uptodate) in end_bitmap_write()
Draid10.c352 int uptodate = !bio->bi_status; in raid10_end_read_request() local
365 if (uptodate) { in raid10_end_read_request()
384 uptodate = 1; in raid10_end_read_request()
386 if (uptodate) { in raid10_end_read_request()
/drivers/block/
Dfloppy.c2276 static void request_done(int uptodate) in request_done() argument
2283 snprintf(msg, sizeof(msg), "request done %d", uptodate); in request_done()
2291 if (uptodate) { in request_done()