Searched refs:bi_next (Results 1 – 5 of 5) sorted by relevance
524 for (bio = (bl)->head; bio; bio = bio->bi_next)539 bio->bi_next = NULL; in bio_list_add()542 bl->tail->bi_next = bio; in bio_list_add()551 bio->bi_next = bl->head; in bio_list_add_head()565 bl->tail->bi_next = bl2->head; in bio_list_merge()586 bl2->tail->bi_next = bl->head; in bio_list_merge_head()603 bl->head = bl->head->bi_next; in bio_list_pop()607 bio->bi_next = NULL; in bio_list_pop()
215 struct bio *bi_next; /* request queue link */ member
1056 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next)1067 (_iter.bio->bi_next == NULL && \
764 for (; _bio; _bio = _bio->bi_next)
144 if (!(it)->iter.bi_size && (it)->bio->bi_next) { \146 (it)->bio = (it)->bio->bi_next; \
Completed in 23 milliseconds