Lines Matching refs:bvec_pos
301 struct ceph_bvec_iter bvec_pos; member
1294 static void zero_bvecs(struct ceph_bvec_iter *bvec_pos, u32 off, u32 bytes) in zero_bvecs() argument
1296 struct ceph_bvec_iter it = *bvec_pos; in zero_bvecs()
1321 zero_bvecs(&obj_req->bvec_pos, off, bytes); in rbd_obj_zero_range()
1552 kfree(obj_request->bvec_pos.bvecs); in rbd_obj_request_destroy()
2210 rbd_assert(obj_req->bvec_pos.iter.bi_size == in rbd_osd_setup_data()
2214 &obj_req->bvec_pos); in rbd_osd_setup_data()
2620 obj_req->bvec_pos.bvecs = kmalloc_array(obj_req->bvec_count, in rbd_img_fill_request()
2621 sizeof(*obj_req->bvec_pos.bvecs), in rbd_img_fill_request()
2623 if (!obj_req->bvec_pos.bvecs) in rbd_img_fill_request()
2690 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv; in copy_bio_bvecs()
2691 obj_req->bvec_pos.iter.bi_size += bv.bv_len; in copy_bio_bvecs()
2727 obj_req->bvec_pos = *it; in set_bvec_pos()
2728 ceph_bvec_iter_shorten(&obj_req->bvec_pos, bytes); in set_bvec_pos()
2750 obj_req->bvec_pos.bvecs[obj_req->bvec_idx++] = bv; in copy_bvecs()
2751 obj_req->bvec_pos.iter.bi_size += bv.bv_len; in copy_bvecs()
2758 struct ceph_bvec_iter *bvec_pos) in __rbd_img_fill_from_bvecs() argument
2762 .pos = (union rbd_img_fill_iter *)bvec_pos, in __rbd_img_fill_from_bvecs()
2873 &obj_req->bvec_pos); in rbd_obj_read_from_parent()