Home
last modified time | relevance | path

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

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