Lines Matching refs:bv_page
606 if (!bio_add_page(bio, bvec->bv_page, bvec->bv_len, bvec->bv_offset)) { in read_from_bdev_async()
679 bvec.bv_page = page; in writeback_store()
735 bio_add_page(&bio, bvec.bv_page, bvec.bv_len, in writeback_store()
1251 bvec.bv_page = page; in __zram_bvec_read()
1305 page = bvec->bv_page; in zram_bvec_read()
1318 void *dst = kmap_atomic(bvec->bv_page); in zram_bvec_read()
1341 struct page *page = bvec->bv_page; in __zram_bvec_write()
1472 src = kmap_atomic(bvec->bv_page); in zram_bvec_write()
1478 vec.bv_page = page; in zram_bvec_write()
1541 flush_dcache_page(bvec->bv_page); in zram_bvec_rw()
1667 bv.bv_page = page; in zram_rw_page()