Searched refs:bio_page (Results 1 – 3 of 3) sorted by relevance
258 buf = kmap_atomic(bio_page(req->bio)); in sas_smp_host_handler()373 buf = kmap_atomic(bio_page(rsp->bio)); in sas_smp_host_handler()375 flush_kernel_dcache_page(bio_page(rsp->bio)); in sas_smp_host_handler()
93 #define bio_page(bio) bio_iter_page((bio), (bio)->bi_iter) macro145 return page_address(bio_page(bio)) + bio_offset(bio); in bio_data()153 #define bio_to_phys(bio) (page_to_phys(bio_page((bio))) + (unsigned long) bio_offset((bio)))
1110 struct page *bio_page; in async_copy_data() local1142 bio_page = bvl.bv_page; in async_copy_data()1147 *page = bio_page; in async_copy_data()1149 tx = async_memcpy(*page, bio_page, page_offset, in async_copy_data()1152 tx = async_memcpy(bio_page, *page, b_offset, in async_copy_data()