Home
last modified time | relevance | path

Searched refs:bi_next (Results 1 – 5 of 5) sorted by relevance

/include/linux/
Dbio.h545 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()
Dblk_types.h254 struct bio *bi_next; /* request queue link */ member
Dblk-mq.h1019 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next)
1030 (_iter.bio->bi_next == NULL && \
Dblkdev.h777 for (; _bio; _bio = _bio->bi_next)
/include/linux/ceph/
Dmessenger.h118 if (!(it)->iter.bi_size && (it)->bio->bi_next) { \
120 (it)->bio = (it)->bio->bi_next; \