Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Draid1.c1877 static void end_sync_read(struct bio *bio) in end_sync_read() function
2016 if (r1_bio->bios[d]->bi_end_io == end_sync_read) { in fix_sync_read_error()
2073 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2088 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2126 if (b->bi_end_io != end_sync_read) in process_checks()
2135 b->bi_end_io = end_sync_read; in process_checks()
2143 if (r1_bio->bios[primary]->bi_end_io == end_sync_read && in process_checks()
2161 if (sbio->bi_end_io != end_sync_read) in process_checks()
2214 (wbio->bi_end_io == end_sync_read && in sync_request_write()
2769 bio->bi_end_io = end_sync_read; in raid1_sync_request()
[all …]
Draid10.c1910 static void end_sync_read(struct bio *bio) in end_sync_read() function
2042 if (tbio->bi_end_io != end_sync_read) in sync_request_write()
3169 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3369 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3497 if (bio->bi_end_io == end_sync_read) { in raid10_sync_request()