Searched refs:bi_next (Results 1 – 5 of 5) sorted by relevance
545 for (bio = (bl)->head; bio; bio = bio->bi_next)560 bio->bi_next = NULL; in bio_list_add()563 bl->tail->bi_next = bio; in bio_list_add()572 bio->bi_next = bl->head; in bio_list_add_head()586 bl->tail->bi_next = bl2->head; in bio_list_merge()600 bl2->tail->bi_next = bl->head; in bio_list_merge_head()617 bl->head = bl->head->bi_next; in bio_list_pop()621 bio->bi_next = NULL; in bio_list_pop()
254 struct bio *bi_next; /* request queue link */ member
1019 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next)1030 (_iter.bio->bi_next == NULL && \
777 for (; _bio; _bio = _bio->bi_next)
118 if (!(it)->iter.bi_size && (it)->bio->bi_next) { \120 (it)->bio = (it)->bio->bi_next; \