Home
last modified time | relevance | path

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

/include/linux/
Dbio.h423 for (bio = (bl)->head; bio; bio = bio->bi_next)
438 bio->bi_next = NULL; in bio_list_add()
441 bl->tail->bi_next = bio; in bio_list_add()
450 bio->bi_next = bl->head; in bio_list_add_head()
464 bl->tail->bi_next = bl2->head; in bio_list_merge()
478 bl2->tail->bi_next = bl->head; in bio_list_merge_head()
495 bl->head = bl->head->bi_next; in bio_list_pop()
499 bio->bi_next = NULL; in bio_list_pop()
Dblk_types.h38 struct bio *bi_next; /* request queue link */ member
Dblkdev.h708 for (; _bio; _bio = _bio->bi_next)
711 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next)
718 (_iter.bio->bi_next == NULL && _iter.i == _iter.bio->bi_vcnt-1)