Lines Matching refs:bvec_pos
301 struct ceph_bvec_iter bvec_pos;
1234 static void zero_bvecs(struct ceph_bvec_iter *bvec_pos, u32 off, u32 bytes)
1236 struct ceph_bvec_iter it = *bvec_pos;
1261 zero_bvecs(&obj_req->bvec_pos, off, bytes);
1509 kfree(obj_request->bvec_pos.bvecs);
2170 rbd_assert(obj_req->bvec_pos.iter.bi_size ==
2174 &obj_req->bvec_pos);
2575 obj_req->bvec_pos.bvecs = kmalloc_array(obj_req->bvec_count,
2576 sizeof(*obj_req->bvec_pos.bvecs),
2578 if (!obj_req->bvec_pos.bvecs)
2645 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv;
2646 obj_req->bvec_pos.iter.bi_size += bv.bv_len;
2682 obj_req->bvec_pos = *it;
2683 ceph_bvec_iter_shorten(&obj_req->bvec_pos, bytes);
2705 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv;
2706 obj_req->bvec_pos.iter.bi_size += bv.bv_len;
2713 struct ceph_bvec_iter *bvec_pos)
2717 .pos = (union rbd_img_fill_iter *)bvec_pos,
2828 &obj_req->bvec_pos);