Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbio.h249 static inline struct page *bio_first_page_all(struct bio *bio) in bio_first_page_all() function
256 return page_folio(bio_first_page_all(bio)); in bio_first_folio_all()
/linux/Documentation/block/
H A Dbiovecs.rst136 bio_first_page_all()
/linux/kernel/power/
H A Dswap.c242 struct page *page = bio_first_page_all(bio); in hib_end_io()