Lines Matching refs:orig_req
1322 struct ceph_osd_request *orig_req = aio_work->req;
1323 struct ceph_aio_request *aio_req = orig_req->r_priv;
1324 struct inode *inode = orig_req->r_inode;
1343 req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 1,
1347 req = orig_req;
1352 ceph_oloc_copy(&req->r_base_oloc, &orig_req->r_base_oloc);
1353 ceph_oid_copy(&req->r_base_oid, &orig_req->r_base_oid);
1355 req->r_ops[0] = orig_req->r_ops[0];
1363 req = orig_req;
1367 ceph_osdc_put_request(orig_req);