Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbio.h251 static inline struct page *bio_first_page_all(struct bio *bio) in bio_first_page_all() function
258 return page_folio(bio_first_page_all(bio)); in bio_first_folio_all()
/openbmc/linux/Documentation/block/
H A Dbiovecs.rst136 bio_first_page_all()
/openbmc/linux/kernel/power/
H A Dswap.c250 struct page *page = bio_first_page_all(bio); in hib_end_io()
/openbmc/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()
/openbmc/linux/fs/f2fs/
H A Ddata.c289 struct f2fs_sb_info *sbi = F2FS_P_SB(bio_first_page_all(bio)); in f2fs_read_end_io()