Lines Matching refs:bvec_pos
301 struct ceph_bvec_iter bvec_pos; member
1231 static void zero_bvecs(struct ceph_bvec_iter *bvec_pos, u32 off, u32 bytes) in zero_bvecs() argument
1233 struct ceph_bvec_iter it = *bvec_pos; in zero_bvecs()
1258 zero_bvecs(&obj_req->bvec_pos, off, bytes); in rbd_obj_zero_range()
1489 kfree(obj_request->bvec_pos.bvecs); in rbd_obj_request_destroy()
2147 rbd_assert(obj_req->bvec_pos.iter.bi_size == in rbd_osd_setup_data()
2151 &obj_req->bvec_pos); in rbd_osd_setup_data()
2557 obj_req->bvec_pos.bvecs = kmalloc_array(obj_req->bvec_count, in rbd_img_fill_request()
2558 sizeof(*obj_req->bvec_pos.bvecs), in rbd_img_fill_request()
2560 if (!obj_req->bvec_pos.bvecs) in rbd_img_fill_request()
2627 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv; in copy_bio_bvecs()
2628 obj_req->bvec_pos.iter.bi_size += bv.bv_len; in copy_bio_bvecs()
2664 obj_req->bvec_pos = *it; in set_bvec_pos()
2665 ceph_bvec_iter_shorten(&obj_req->bvec_pos, bytes); in set_bvec_pos()
2687 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv; in copy_bvecs()
2688 obj_req->bvec_pos.iter.bi_size += bv.bv_len; in copy_bvecs()
2695 struct ceph_bvec_iter *bvec_pos) in __rbd_img_fill_from_bvecs() argument
2699 .pos = (union rbd_img_fill_iter *)bvec_pos, in __rbd_img_fill_from_bvecs()
2810 &obj_req->bvec_pos); in rbd_obj_read_from_parent()