Lines Matching refs:bvec_pos
255 struct ceph_bvec_iter bvec_pos; member
1284 static void zero_bvecs(struct ceph_bvec_iter *bvec_pos, u32 off, u32 bytes) in zero_bvecs() argument
1286 struct ceph_bvec_iter it = *bvec_pos; in zero_bvecs()
1309 zero_bvecs(&obj_req->bvec_pos, off, bytes); in rbd_obj_zero_range()
1551 kfree(obj_request->bvec_pos.bvecs); in rbd_obj_request_destroy()
1748 rbd_assert(obj_req->bvec_pos.iter.bi_size == in rbd_osd_req_setup_data()
1752 &obj_req->bvec_pos); in rbd_osd_req_setup_data()
2071 obj_req->bvec_pos.bvecs = kmalloc_array(obj_req->bvec_count, in rbd_img_fill_request()
2072 sizeof(*obj_req->bvec_pos.bvecs), in rbd_img_fill_request()
2074 if (!obj_req->bvec_pos.bvecs) in rbd_img_fill_request()
2141 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv; in copy_bio_bvecs()
2142 obj_req->bvec_pos.iter.bi_size += bv.bv_len; in copy_bio_bvecs()
2178 obj_req->bvec_pos = *it; in set_bvec_pos()
2179 ceph_bvec_iter_shorten(&obj_req->bvec_pos, bytes); in set_bvec_pos()
2201 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv; in copy_bvecs()
2202 obj_req->bvec_pos.iter.bi_size += bv.bv_len; in copy_bvecs()
2209 struct ceph_bvec_iter *bvec_pos) in __rbd_img_fill_from_bvecs() argument
2213 .pos = (union rbd_img_fill_iter *)bvec_pos, in __rbd_img_fill_from_bvecs()
2278 &obj_req->bvec_pos); in rbd_obj_read_from_parent()