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

/linux-master/drivers/md/
H A Draid1.c2016 static void end_sync_read(struct bio *bio) function
2150 if (r1_bio->bios[d]->bi_end_io == end_sync_read) {
2206 if (r1_bio->bios[d]->bi_end_io != end_sync_read)
2221 if (r1_bio->bios[d]->bi_end_io != end_sync_read)
2259 if (b->bi_end_io != end_sync_read)
2267 b->bi_end_io = end_sync_read;
2275 if (r1_bio->bios[primary]->bi_end_io == end_sync_read &&
2293 if (sbio->bi_end_io != end_sync_read)
2346 (wbio->bi_end_io == end_sync_read &&
2895 bio->bi_end_io = end_sync_read;
[all...]
H A Draid10.c2216 static void end_sync_read(struct bio *bio) function
2345 if (tbio->bi_end_io != end_sync_read)
3287 * To end_sync_read if we want to read, and
3408 bio->bi_end_io = end_sync_read;
3608 bio->bi_end_io = end_sync_read;
3734 if (bio->bi_end_io == end_sync_read) {

Completed in 141 milliseconds