Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dpage_io.c51 struct page *page = bio_first_page_all(bio); in end_swap_bio_write()
75 struct page *page = bio_first_page_all(bio); in end_swap_bio_read()
/OK3568_Linux_fs/kernel/fs/verity/
H A Dverify.c225 struct inode *inode = bio_first_page_all(bio)->mapping->host; in fsverity_verify_bio()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbio.h288 static inline struct page *bio_first_page_all(struct bio *bio) in bio_first_page_all() function
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dbiovecs.rst134 bio_first_page_all()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dswap.c248 struct page *page = bio_first_page_all(bio); in hib_end_io()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dcompression.c644 page_offset(bio_first_page_all(bio)), in btrfs_submit_compressed_read()
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_bitmap.c942 unsigned int idx = bm_page_to_idx(bio_first_page_all(bio)); in drbd_bm_endio()
/OK3568_Linux_fs/kernel/drivers/block/zram/
H A Dzram_drv.c585 struct page *page = bio_first_page_all(bio); in zram_page_end_io()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddata.c274 struct f2fs_sb_info *sbi = F2FS_P_SB(bio_first_page_all(bio)); in f2fs_read_end_io()