Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
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()
/Linux-v6.6/Documentation/block/
Dbiovecs.rst136 bio_first_page_all()
/Linux-v6.6/kernel/power/
Dswap.c250 struct page *page = bio_first_page_all(bio); in hib_end_io()
/Linux-v6.6/drivers/block/drbd/
Ddrbd_bitmap.c942 unsigned int idx = bm_page_to_idx(bio_first_page_all(bio)); in drbd_bm_endio()
/Linux-v6.6/fs/f2fs/
Ddata.c291 struct f2fs_sb_info *sbi = F2FS_P_SB(bio_first_page_all(bio)); in f2fs_read_end_io()