Home
last modified time | relevance | path

Searched refs:end_sync_read (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Draid1.c1862 static void end_sync_read(struct bio *bio) in end_sync_read() function
2001 if (r1_bio->bios[d]->bi_end_io == end_sync_read) { in fix_sync_read_error()
2058 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()
2111 if (b->bi_end_io != end_sync_read) in process_checks()
2120 b->bi_end_io = end_sync_read; in process_checks()
2128 if (r1_bio->bios[primary]->bi_end_io == end_sync_read && in process_checks()
2146 if (sbio->bi_end_io != end_sync_read) in process_checks()
2199 (wbio->bi_end_io == end_sync_read && in sync_request_write()
2754 bio->bi_end_io = end_sync_read; in raid1_sync_request()
[all...]
H A Draid10.c1912 static void end_sync_read(struct bio *bio) in end_sync_read() function
2044 if (tbio->bi_end_io != end_sync_read) in sync_request_write()
3039 * To end_sync_read if we want to read, and in raid10_sync_request()
3170 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3370 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3498 if (bio->bi_end_io == end_sync_read) { in raid10_sync_request()
/kernel/linux/linux-6.6/drivers/md/
H A Draid1.c1908 static void end_sync_read(struct bio *bio) in end_sync_read() function
2047 if (r1_bio->bios[d]->bi_end_io == end_sync_read) { in fix_sync_read_error()
2103 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2118 if (r1_bio->bios[d]->bi_end_io != end_sync_read) in fix_sync_read_error()
2156 if (b->bi_end_io != end_sync_read) in process_checks()
2164 b->bi_end_io = end_sync_read; in process_checks()
2172 if (r1_bio->bios[primary]->bi_end_io == end_sync_read && in process_checks()
2190 if (sbio->bi_end_io != end_sync_read) in process_checks()
2243 (wbio->bi_end_io == end_sync_read && in sync_request_write()
2798 bio->bi_end_io = end_sync_read; in raid1_sync_request()
[all...]
H A Draid10.c2304 static void end_sync_read(struct bio *bio) in end_sync_read() function
2436 if (tbio->bi_end_io != end_sync_read) in sync_request_write()
3439 * To end_sync_read if we want to read, and in raid10_sync_request()
3569 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3773 bio->bi_end_io = end_sync_read; in raid10_sync_request()
3901 if (bio->bi_end_io == end_sync_read) { in raid10_sync_request()

Completed in 19 milliseconds