Lines Matching refs:bip_vec
35 bvec_set_page(&bip->bip_vec[0], page, len, 0); in bio_integrity_alloc_buf()
38 bvec_set_page(&bip->bip_vec[0], virt_to_page(buf), len, in bio_integrity_alloc_buf()
48 struct bio_vec *bv = &bip->bip_vec[0]; in bio_integrity_free_buf()
75 bip->bip_vec = bvecs; in bio_integrity_init()
119 struct bio_vec *orig_bvecs = &bip->bip_vec[1]; in bio_integrity_uncopy_user()
120 struct bio_vec *bounce_bvec = &bip->bip_vec[0]; in bio_integrity_uncopy_user()
145 kfree(bvec_virt(bip->bip_vec)); in bio_integrity_unmap_user()
149 bio_integrity_unpin_bvec(bip->bip_vec, bip->bip_max_vcnt); in bio_integrity_unmap_user()
168 struct bio_vec *bv = &bip->bip_vec[bip->bip_vcnt - 1]; in bio_integrity_add_page()
190 bvec_set_page(&bip->bip_vec[bip->bip_vcnt], page, len, offset); in bio_integrity_add_page()
237 memcpy(&bip->bip_vec[1], bvec, nr_vecs * sizeof(*bvec)); in bio_integrity_copy_user()
265 memcpy(bip->bip_vec, bvec, nr_vecs * sizeof(*bvec)); in bio_integrity_init_user()
435 bvec_iter_advance(bip->bip_vec, &bip->bip_iter, bytes); in bio_integrity_advance()
473 bip->bip_vec = bip_src->bip_vec; in bio_integrity_clone()