Searched refs:bio_first_page_all (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dbio.h251 static inline struct page *bio_first_page_all(struct bio *bio) function
258 return page_folio(bio_first_page_all(bio));
/linux-master/drivers/block/drbd/
H A Ddrbd_bitmap.c942 unsigned int idx = bm_page_to_idx(bio_first_page_all(bio));
/linux-master/kernel/power/
H A Dswap.c249 struct page *page = bio_first_page_all(bio);
/linux-master/fs/f2fs/
H A Ddata.c289 struct f2fs_sb_info *sbi = F2FS_P_SB(bio_first_page_all(bio));

Completed in 136 milliseconds