Searched refs:bio_page (Results 1 – 4 of 4) sorted by relevance
67 buf = kmap(bio_page(req->bio)) + bio_offset(req->bio); in do_blktrans_request()70 kunmap(bio_page(req->bio)); in do_blktrans_request()74 kunmap(bio_page(req->bio)); in do_blktrans_request()86 buf = kmap(bio_page(req->bio)) + bio_offset(req->bio); in do_blktrans_request()89 kunmap(bio_page(req->bio)); in do_blktrans_request()93 kunmap(bio_page(req->bio)); in do_blktrans_request()
585 __raw_writel(page_to_phys(bio_page(req->bio)) + bio_offset(req->bio), in gdrom_readdisk_dma()
419 return page_to_phys(bio_page(bio)) + bio_offset(bio); in swim3_bio_phys()
1368 struct page *bio_page; in async_copy_data() local1401 bio_page = bvl.bv_page; in async_copy_data()1407 *page = bio_page; in async_copy_data()1409 tx = async_memcpy(*page, bio_page, page_offset + poff, in async_copy_data()1412 tx = async_memcpy(bio_page, *page, b_offset, in async_copy_data()