Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Draid1.c1913 static void end_sync_read(struct bio *bio) in end_sync_read() function
2052 if (r1_bio->bios[d]->bi_end_io == end_sync_read) { in fix_sync_read_error()
2108 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2123 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2161 if (b->bi_end_io != end_sync_read) in process_checks()
2169 b->bi_end_io = end_sync_read; in process_checks()
2177 if (r1_bio->bios[primary]->bi_end_io == end_sync_read && in process_checks()
2195 if (sbio->bi_end_io != end_sync_read) in process_checks()
2248 (wbio->bi_end_io == end_sync_read && in sync_request_write()
2801 bio->bi_end_io = end_sync_read; in raid1_sync_request()
[all …]
Draid10.c2295 static void end_sync_read(struct bio *bio) in end_sync_read() function
2427 if (tbio->bi_end_io != end_sync_read) in sync_request_write()
3544 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3744 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3872 if (bio->bi_end_io == end_sync_read) { in raid10_sync_request()