Lines Matching refs:bv_page
511 flush_dcache_page(bv.bv_page); in zero_fill_bio()
726 if (page == prev->bv_page && in __bio_add_page()
771 bvec->bv_page = page; in __bio_add_page()
821 bvec->bv_page = NULL; in __bio_add_page()
951 bv->bv_page = alloc_page(gfp_mask); in bio_alloc_pages()
952 if (!bv->bv_page) { in bio_alloc_pages()
954 __free_page(bv->bv_page); in bio_alloc_pages()
1007 src_p = kmap_atomic(src_bv.bv_page); in bio_copy_data()
1008 dst_p = kmap_atomic(dst_bv.bv_page); in bio_copy_data()
1055 ret = copy_page_from_iter(bvec->bv_page, in bio_copy_from_iter()
1086 ret = copy_page_to_iter(bvec->bv_page, in bio_copy_to_iter()
1107 __free_page(bvec->bv_page); in bio_free_pages()
1412 set_page_dirty_lock(bvec->bv_page); in __bio_unmap_user()
1414 page_cache_release(bvec->bv_page); in __bio_unmap_user()
1505 memcpy(p, page_address(bvec->bv_page), bvec->bv_len); in bio_copy_kern_endio_read()
1617 struct page *page = bvec->bv_page; in bio_set_pages_dirty()
1630 struct page *page = bvec->bv_page; in bio_release_pages()
1684 struct page *page = bvec->bv_page; in bio_check_pages_dirty()
1688 bvec->bv_page = NULL; in bio_check_pages_dirty()
1742 flush_dcache_page(bvec.bv_page); in bio_flush_dcache_pages()