Searched refs:bi_next (Results 1 – 4 of 4) sorted by relevance
595 for (bio = (bl)->head; bio; bio = bio->bi_next)610 bio->bi_next = NULL; in bio_list_add()613 bl->tail->bi_next = bio; in bio_list_add()622 bio->bi_next = bl->head; in bio_list_add_head()636 bl->tail->bi_next = bl2->head; in bio_list_merge()650 bl2->tail->bi_next = bl->head; in bio_list_merge_head()667 bl->head = bl->head->bi_next; in bio_list_pop()671 bio->bi_next = NULL; in bio_list_pop()
147 struct bio *bi_next; /* request queue link */ member
831 for (; _bio; _bio = _bio->bi_next)834 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next)845 (_iter.bio->bi_next == NULL && \
100 if (!(it)->iter.bi_size && (it)->bio->bi_next) { \102 (it)->bio = (it)->bio->bi_next; \