Lines Matching refs:bv_page
552 if (!bio_add_page(bio, bvec->bv_page, bvec->bv_len, bvec->bv_offset)) { in read_from_bdev_async()
612 bvec.bv_page = page; in writeback_store()
668 bio_add_page(&bio, bvec.bv_page, bvec.bv_len, in writeback_store()
1254 bvec.bv_page = page; in __zram_bvec_read()
1321 page = bvec->bv_page; in zram_bvec_read()
1334 void *dst = kmap_atomic(bvec->bv_page); in zram_bvec_read()
1357 struct page *page = bvec->bv_page; in __zram_bvec_write()
1490 src = kmap_atomic(bvec->bv_page); in zram_bvec_write()
1496 vec.bv_page = page; in zram_bvec_write()
1559 flush_dcache_page(bvec->bv_page); in zram_bvec_rw()
1685 bv.bv_page = page; in zram_rw_page()