Lines Matching refs:bip_vec
82 bvec_set_page(&bip->bip_vec[0], page, len, 0); in bio_integrity_alloc_buf()
85 bvec_set_page(&bip->bip_vec[0], virt_to_page(buf), len, in bio_integrity_alloc_buf()
95 struct bio_vec *bv = &bip->bip_vec[0]; in bio_integrity_free_buf()
138 bip->bip_vec = bvecs; in bio_integrity_init()
182 struct bio_vec *orig_bvecs = &bip->bip_vec[1]; in bio_integrity_uncopy_user()
183 struct bio_vec *bounce_bvec = &bip->bip_vec[0]; in bio_integrity_uncopy_user()
208 kfree(bvec_virt(bip->bip_vec)); in bio_integrity_unmap_user()
212 bio_integrity_unpin_bvec(bip->bip_vec, bip->bip_max_vcnt); in bio_integrity_unmap_user()
231 struct bio_vec *bv = &bip->bip_vec[bip->bip_vcnt - 1]; in bio_integrity_add_page()
253 bvec_set_page(&bip->bip_vec[bip->bip_vcnt], page, len, offset); in bio_integrity_add_page()
300 memcpy(&bip->bip_vec[1], bvec, nr_vecs * sizeof(*bvec)); in bio_integrity_copy_user()
327 memcpy(bip->bip_vec, bvec, nr_vecs * sizeof(*bvec)); in bio_integrity_init_user()
515 bvec_iter_advance(bip->bip_vec, &bip->bip_iter, bytes); in bio_integrity_advance()
553 bip->bip_vec = bip_src->bip_vec; in bio_integrity_clone()