Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dpage_io.c53 struct page *page = bio_first_page_all(bio); in end_swap_bio_write()
125 struct page *page = bio_first_page_all(bio); in end_swap_bio_read()
/Linux-v4.19/include/linux/
Dbio.h324 static inline struct page *bio_first_page_all(struct bio *bio) in bio_first_page_all() function
/Linux-v4.19/drivers/md/bcache/
Dsuper.c207 struct cache_sb *out = page_address(bio_first_page_all(bio)); in __write_super()
2038 put_page(bio_first_page_all(&ca->sb_bio)); in bch_cache_release()
/Linux-v4.19/kernel/power/
Dswap.c243 struct page *page = bio_first_page_all(bio); in hib_end_io()
/Linux-v4.19/fs/btrfs/
Dcompression.c554 page_offset(bio_first_page_all(bio)), in btrfs_submit_compressed_read()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_bitmap.c956 unsigned int idx = bm_page_to_idx(bio_first_page_all(bio)); in drbd_bm_endio()
/Linux-v4.19/drivers/block/zram/
Dzram_drv.c474 struct page *page = bio_first_page_all(bio); in zram_page_end_io()
/Linux-v4.19/fs/f2fs/
Ddata.c129 if (time_to_inject(F2FS_P_SB(bio_first_page_all(bio)), FAULT_IO)) { in f2fs_read_end_io()