Lines Matching refs:bvec_pos
301 struct ceph_bvec_iter bvec_pos;
1297 static void zero_bvecs(struct ceph_bvec_iter *bvec_pos, u32 off, u32 bytes)
1299 struct ceph_bvec_iter it = *bvec_pos;
1324 zero_bvecs(&obj_req->bvec_pos, off, bytes);
1572 kfree(obj_request->bvec_pos.bvecs);
2233 rbd_assert(obj_req->bvec_pos.iter.bi_size ==
2237 &obj_req->bvec_pos);
2638 obj_req->bvec_pos.bvecs = kmalloc_array(obj_req->bvec_count,
2639 sizeof(*obj_req->bvec_pos.bvecs),
2641 if (!obj_req->bvec_pos.bvecs)
2708 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv;
2709 obj_req->bvec_pos.iter.bi_size += bv.bv_len;
2745 obj_req->bvec_pos = *it;
2746 ceph_bvec_iter_shorten(&obj_req->bvec_pos, bytes);
2768 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv;
2769 obj_req->bvec_pos.iter.bi_size += bv.bv_len;
2776 struct ceph_bvec_iter *bvec_pos)
2780 .pos = (union rbd_img_fill_iter *)bvec_pos,
2891 &obj_req->bvec_pos);