Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid1.c2027 static void end_sync_read(struct bio *bio) in end_sync_read() function
2159 if (r1_bio->bios[d]->bi_end_io == end_sync_read) { in fix_sync_read_error()
2210 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2225 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2263 if (b->bi_end_io != end_sync_read) in process_checks()
2271 b->bi_end_io = end_sync_read; in process_checks()
2279 if (r1_bio->bios[primary]->bi_end_io == end_sync_read && in process_checks()
2297 if (sbio->bi_end_io != end_sync_read) in process_checks()
2360 (wbio->bi_end_io == end_sync_read && in sync_request_write()
2900 bio->bi_end_io = end_sync_read; in raid1_sync_request()
[all …]
H A 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()
3384 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3576 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3703 if (bio->bi_end_io == end_sync_read) { in raid10_sync_request()