Home
last modified time | relevance | path

Searched refs:orig_req (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ceph/
Dfile.c851 struct ceph_osd_request *orig_req = aio_work->req; in ceph_aio_retry_work() local
852 struct ceph_aio_request *aio_req = orig_req->r_priv; in ceph_aio_retry_work()
853 struct inode *inode = orig_req->r_inode; in ceph_aio_retry_work()
872 req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 2, in ceph_aio_retry_work()
876 req = orig_req; in ceph_aio_retry_work()
881 ceph_oloc_copy(&req->r_base_oloc, &orig_req->r_base_oloc); in ceph_aio_retry_work()
882 ceph_oid_copy(&req->r_base_oid, &orig_req->r_base_oid); in ceph_aio_retry_work()
887 req = orig_req; in ceph_aio_retry_work()
891 req->r_ops[0] = orig_req->r_ops[0]; in ceph_aio_retry_work()
896 ceph_osdc_put_request(orig_req); in ceph_aio_retry_work()