Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Draid1.c1847 static void end_sync_read(struct bio *bio) in end_sync_read() function
1973 if (r1_bio->bios[d]->bi_end_io == end_sync_read) { in fix_sync_read_error()
2030 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2045 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2083 if (b->bi_end_io != end_sync_read) in process_checks()
2092 b->bi_end_io = end_sync_read; in process_checks()
2100 if (r1_bio->bios[primary]->bi_end_io == end_sync_read && in process_checks()
2117 if (sbio->bi_end_io != end_sync_read) in process_checks()
2170 (wbio->bi_end_io == end_sync_read && in sync_request_write()
2733 bio->bi_end_io = end_sync_read; in raid1_sync_request()
[all …]
Draid10.c1942 static void end_sync_read(struct bio *bio) in end_sync_read() function
2074 if (tbio->bi_end_io != end_sync_read) in sync_request_write()
3195 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3400 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3528 if (bio->bi_end_io == end_sync_read) { in raid10_sync_request()