Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/md/
Draid1.c2033 static void end_sync_read(struct bio *bio) in end_sync_read() function
2167 if (r1_bio->bios[d]->bi_end_io == end_sync_read) { in fix_sync_read_error()
2223 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2238 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2276 if (b->bi_end_io != end_sync_read) in process_checks()
2284 b->bi_end_io = end_sync_read; in process_checks()
2292 if (r1_bio->bios[primary]->bi_end_io == end_sync_read && in process_checks()
2310 if (sbio->bi_end_io != end_sync_read) in process_checks()
2363 (wbio->bi_end_io == end_sync_read && in sync_request_write()
2907 bio->bi_end_io = end_sync_read; in raid1_sync_request()
[all …]
Draid10.c2245 static void end_sync_read(struct bio *bio) in end_sync_read() function
2374 if (tbio->bi_end_io != end_sync_read) in sync_request_write()
3431 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3632 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3758 if (bio->bi_end_io == end_sync_read) { in raid10_sync_request()