Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/nand/
Decc.c532 ctx->orig_req = *req; in nand_ecc_tweak_req()
535 orig = &ctx->orig_req; in nand_ecc_tweak_req()
573 orig = &ctx->orig_req; in nand_ecc_restore_req()
/linux-6.1.9/fs/ceph/
Dfile.c1196 struct ceph_osd_request *orig_req = aio_work->req; in ceph_aio_retry_work() local
1197 struct ceph_aio_request *aio_req = orig_req->r_priv; in ceph_aio_retry_work()
1198 struct inode *inode = orig_req->r_inode; in ceph_aio_retry_work()
1217 req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 1, in ceph_aio_retry_work()
1221 req = orig_req; in ceph_aio_retry_work()
1226 ceph_oloc_copy(&req->r_base_oloc, &orig_req->r_base_oloc); in ceph_aio_retry_work()
1227 ceph_oid_copy(&req->r_base_oid, &orig_req->r_base_oid); in ceph_aio_retry_work()
1229 req->r_ops[0] = orig_req->r_ops[0]; in ceph_aio_retry_work()
1237 req = orig_req; in ceph_aio_retry_work()
1241 ceph_osdc_put_request(orig_req); in ceph_aio_retry_work()
/linux-6.1.9/include/linux/mtd/
Dnand.h361 struct nand_page_io_req orig_req; member