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/drivers/block/drbd/
H A Ddrbd_bitmap.c942 unsigned int idx = bm_page_to_idx(bio_first_page_all(bio)); in drbd_bm_endio()