Home
last modified time | relevance | path

Searched refs:end_sync_read (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/md/
Draid1.c1700 static void end_sync_read(struct bio *bio) in end_sync_read() function
1820 if (r1_bio->bios[d]->bi_end_io == end_sync_read) { in fix_sync_read_error()
1879 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
1894 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
1933 if (b->bi_end_io != end_sync_read) in process_checks()
1944 b->bi_end_io = end_sync_read; in process_checks()
1960 if (r1_bio->bios[primary]->bi_end_io == end_sync_read && in process_checks()
1973 if (sbio->bi_end_io != end_sync_read) in process_checks()
2028 (wbio->bi_end_io == end_sync_read && in sync_request_write()
2601 bio->bi_end_io = end_sync_read; in sync_request()
[all …]
Draid10.c1814 static void end_sync_read(struct bio *bio) in end_sync_read() function
1959 if (tbio->bi_end_io != end_sync_read) in sync_request_write()
3040 bio->bi_end_io = end_sync_read; in sync_request()
3215 bio->bi_end_io = end_sync_read; in sync_request()
3305 if (bio->bi_end_io == end_sync_read) { in sync_request()
4320 read_bio->bi_end_io = end_sync_read; in reshape_request()