Lines Matching refs:bi_next
349 card->bio = card->bio->bi_next; in add_bio()
352 card->currentbio->bi_next = NULL; in add_bio()
375 if ((p->biotail) != &bio->bi_next) { in add_bio()
377 p->biotail = &(bio->bi_next); in add_bio()
378 bio->bi_next = NULL; in add_bio()
443 page->bio = bio->bi_next; in process_page()
471 bio->bi_next = return_bio; in process_page()
501 return_bio = bio->bi_next; in process_page()
502 bio->bi_next = NULL; in process_page()
534 bio->bi_next = NULL; in mm_submit_bio()
535 card->biotail = &bio->bi_next; in mm_submit_bio()