Lines Matching refs:bvec_pos
301 struct ceph_bvec_iter bvec_pos; member
1373 static void zero_bvecs(struct ceph_bvec_iter *bvec_pos, u32 off, u32 bytes) in zero_bvecs() argument
1375 struct ceph_bvec_iter it = *bvec_pos; in zero_bvecs()
1400 zero_bvecs(&obj_req->bvec_pos, off, bytes); in rbd_obj_zero_range()
1646 kfree(obj_request->bvec_pos.bvecs); in rbd_obj_request_destroy()
2304 rbd_assert(obj_req->bvec_pos.iter.bi_size == in rbd_osd_setup_data()
2308 &obj_req->bvec_pos); in rbd_osd_setup_data()
2713 obj_req->bvec_pos.bvecs = kmalloc_array(obj_req->bvec_count, in rbd_img_fill_request()
2714 sizeof(*obj_req->bvec_pos.bvecs), in rbd_img_fill_request()
2716 if (!obj_req->bvec_pos.bvecs) in rbd_img_fill_request()
2783 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv; in copy_bio_bvecs()
2784 obj_req->bvec_pos.iter.bi_size += bv.bv_len; in copy_bio_bvecs()
2820 obj_req->bvec_pos = *it; in set_bvec_pos()
2821 ceph_bvec_iter_shorten(&obj_req->bvec_pos, bytes); in set_bvec_pos()
2843 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv; in copy_bvecs()
2844 obj_req->bvec_pos.iter.bi_size += bv.bv_len; in copy_bvecs()
2851 struct ceph_bvec_iter *bvec_pos) in __rbd_img_fill_from_bvecs() argument
2855 .pos = (union rbd_img_fill_iter *)bvec_pos, in __rbd_img_fill_from_bvecs()
2961 &obj_req->bvec_pos); in rbd_obj_read_from_parent()