Lines Matching refs:orig_req
1141 struct ceph_osd_request *orig_req = aio_work->req;
1142 struct ceph_aio_request *aio_req = orig_req->r_priv;
1143 struct inode *inode = orig_req->r_inode;
1162 req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 1,
1166 req = orig_req;
1171 ceph_oloc_copy(&req->r_base_oloc, &orig_req->r_base_oloc);
1172 ceph_oid_copy(&req->r_base_oid, &orig_req->r_base_oid);
1174 req->r_ops[0] = orig_req->r_ops[0];
1182 req = orig_req;
1186 ceph_osdc_put_request(orig_req);