Lines Matching refs:bi_end_io
1206 read_bio->bi_end_io = raid10_end_read_request;
1255 mbio->bi_end_io = raid10_end_write_request;
2044 if (tbio->bi_end_io != end_sync_read)
2092 tbio->bi_end_io = end_sync_write;
2115 if (!tbio || !tbio->bi_end_io)
2117 if (r10_bio->devs[i].bio->bi_end_io != end_sync_write
2234 /* Need to test wbio2->bi_end_io before we call
2238 if (wbio2 && !wbio2->bi_end_io)
2243 if (wbio->bi_end_io)
2255 if (wbio->bi_end_io) {
2633 r10_bio->devs[m].bio->bi_end_io == NULL)
2649 r10_bio->devs[m].repl_bio->bi_end_io == NULL)
3030 * have bi_end_io, bi_sector, bi_disk set,
3038 /* First, we decide what to do and set ->bi_end_io
3170 bio->bi_end_io = end_sync_read;
3195 bio->bi_end_io = end_sync_write;
3202 r10_bio->devs[1].bio->bi_end_io = NULL;
3207 bio->bi_end_io = NULL;
3216 bio->bi_end_io = end_sync_write;
3343 r10_bio->devs[i].repl_bio->bi_end_io = NULL;
3370 bio->bi_end_io = end_sync_read;
3392 bio->bi_end_io = end_sync_write;
3405 if (r10_bio->devs[i].bio->bi_end_io)
3409 r10_bio->devs[i].repl_bio->bi_end_io)
3498 if (bio->bi_end_io == end_sync_read) {
4557 read_bio->bi_end_io = end_reshape_read;
4616 b->bi_end_io = end_reshape_write;