Searched refs:orig_req (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/nand/ |
H A D | ecc.c | 532 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()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | file.c | 1141 struct ceph_osd_request *orig_req = aio_work->req; in ceph_aio_retry_work() local 1142 struct ceph_aio_request *aio_req = orig_req->r_priv; in ceph_aio_retry_work() 1143 struct inode *inode = orig_req->r_inode; in ceph_aio_retry_work() 1162 req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 1, in ceph_aio_retry_work() 1166 req = orig_req; in ceph_aio_retry_work() 1171 ceph_oloc_copy(&req->r_base_oloc, &orig_req->r_base_oloc); in ceph_aio_retry_work() 1172 ceph_oid_copy(&req->r_base_oid, &orig_req->r_base_oid); in ceph_aio_retry_work() 1174 req->r_ops[0] = orig_req->r_ops[0]; in ceph_aio_retry_work() 1182 req = orig_req; in ceph_aio_retry_work() 1186 ceph_osdc_put_request(orig_req); in ceph_aio_retry_work() [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | file.c | 1322 struct ceph_osd_request *orig_req = aio_work->req; in ceph_aio_retry_work() local 1323 struct ceph_aio_request *aio_req = orig_req->r_priv; in ceph_aio_retry_work() 1324 struct inode *inode = orig_req->r_inode; in ceph_aio_retry_work() 1343 req = ceph_osdc_alloc_request(orig_req->r_osdc, snapc, 1, in ceph_aio_retry_work() 1347 req = orig_req; in ceph_aio_retry_work() 1352 ceph_oloc_copy(&req->r_base_oloc, &orig_req->r_base_oloc); in ceph_aio_retry_work() 1353 ceph_oid_copy(&req->r_base_oid, &orig_req->r_base_oid); in ceph_aio_retry_work() 1355 req->r_ops[0] = orig_req->r_ops[0]; in ceph_aio_retry_work() 1363 req = orig_req; in ceph_aio_retry_work() 1367 ceph_osdc_put_request(orig_req); in ceph_aio_retry_work() [all...] |
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | nand.h | 349 * @orig_req: Pointer to the original IO request 361 struct nand_page_io_req orig_req; member
|
Completed in 8 milliseconds