Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/md/
Draid1.c1884 static void end_sync_read(struct bio *bio) in end_sync_read() function
2023 if (r1_bio->bios[d]->bi_end_io == end_sync_read) { in fix_sync_read_error()
2080 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2095 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2133 if (b->bi_end_io != end_sync_read) in process_checks()
2142 b->bi_end_io = end_sync_read; in process_checks()
2150 if (r1_bio->bios[primary]->bi_end_io == end_sync_read && in process_checks()
2168 if (sbio->bi_end_io != end_sync_read) in process_checks()
2221 (wbio->bi_end_io == end_sync_read && in sync_request_write()
2776 bio->bi_end_io = end_sync_read; in raid1_sync_request()
[all …]
Draid10.c2223 static void end_sync_read(struct bio *bio) in end_sync_read() function
2355 if (tbio->bi_end_io != end_sync_read) in sync_request_write()
3482 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3682 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3810 if (bio->bi_end_io == end_sync_read) { in raid10_sync_request()