/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_intent.c | 57 struct ptlrpc_request **reqp, in lmv_intent_remote() argument 71 body = req_capsule_server_get(&(*reqp)->rq_pill, &RMF_MDT_BODY); in lmv_intent_remote() 150 ptlrpc_req_finished(*reqp); in lmv_intent_remote() 151 *reqp = req; in lmv_intent_remote() 161 int flags, struct ptlrpc_request **reqp, in lmv_intent_open() argument 194 reqp, cb_blocking, extra_lock_flags); in lmv_intent_open() 206 body = req_capsule_server_get(&(*reqp)->rq_pill, &RMF_MDT_BODY); in lmv_intent_open() 220 reqp, cb_blocking, extra_lock_flags); in lmv_intent_open() 244 int flags, struct ptlrpc_request **reqp, in lmv_intent_lookup() argument 270 flags, reqp, cb_blocking, extra_lock_flags); in lmv_intent_lookup() [all …]
|
D | lmv_internal.h | 55 int flags, struct ptlrpc_request **reqp, 61 int flags, struct ptlrpc_request **reqp, 67 int flags, struct ptlrpc_request **reqp,
|
/linux-4.4.14/drivers/usb/misc/ |
D | usbtest.c | 1050 struct usb_ctrlrequest *reqp; in ctrl_complete() local 1054 reqp = (struct usb_ctrlrequest *)urb->setup_packet; in ctrl_complete() 1055 subcase = container_of(reqp, struct subcase, setup); in ctrl_complete() 1106 reqp->bRequestType, reqp->bRequest, in ctrl_complete() 1146 reqp->bRequestType, reqp->bRequest, status); in ctrl_complete() 1191 struct subcase *reqp; in test_ctrl_queue() local 1332 reqp = kmalloc(sizeof(*reqp), GFP_KERNEL); in test_ctrl_queue() 1333 if (!reqp) in test_ctrl_queue() 1335 reqp->setup = req; in test_ctrl_queue() 1336 reqp->number = i % NUM_SUBCASES; in test_ctrl_queue() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_request.c | 653 int ldlm_cli_enqueue(struct obd_export *exp, struct ptlrpc_request **reqp, in ldlm_cli_enqueue() argument 709 if (reqp == NULL || *reqp == NULL) { in ldlm_cli_enqueue() 720 if (reqp) in ldlm_cli_enqueue() 721 *reqp = req; in ldlm_cli_enqueue() 725 req = *reqp; in ldlm_cli_enqueue() 757 LASSERT(reqp != NULL); in ldlm_cli_enqueue() 778 if (reqp) in ldlm_cli_enqueue() 779 *reqp = NULL; in ldlm_cli_enqueue()
|
/linux-4.4.14/fs/nfsd/ |
D | export.c | 804 u32 *fsidv, struct cache_req *reqp) in exp_find_key() argument 819 err = cache_check(cd, &ek->h, reqp); in exp_find_key() 827 const struct path *path, struct cache_req *reqp) in exp_get_by_name() argument 842 err = cache_check(cd, &exp->h, reqp); in exp_get_by_name() 922 u32 *fsidv, struct cache_req *reqp) in exp_find() argument 926 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find() 930 exp = exp_get_by_name(cd, clp, &ek->ek_path, reqp); in exp_find()
|
/linux-4.4.14/fs/ocfs2/ |
D | ioctl.c | 815 struct ocfs2_info_request __user *reqp; in ocfs2_info_handle() local 829 reqp = (struct ocfs2_info_request __user *)(unsigned long)req_addr; in ocfs2_info_handle() 830 if (!reqp) { in ocfs2_info_handle() 835 status = ocfs2_info_handle_request(inode, reqp); in ocfs2_info_handle()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_locks.c | 746 struct ptlrpc_request **reqp, u64 extra_lock_flags) in mdc_enqueue() argument 785 LASSERT(reqp == NULL); in mdc_enqueue() 1124 int lookup_flags, struct ptlrpc_request **reqp, in mdc_intent_lock() argument 1172 *reqp = it->d.lustre.it_data; in mdc_intent_lock() 1173 rc = mdc_finish_intent_lock(exp, *reqp, op_data, it, &lockh); in mdc_intent_lock()
|
D | mdc_internal.h | 86 struct ptlrpc_request **reqp,
|
/linux-4.4.14/drivers/scsi/ |
D | advansys.c | 5953 adv_req_t *reqp; in adv_isr_callback() local 5979 reqp = (adv_req_t *)scp->host_scribble; in adv_isr_callback() 5980 ASC_DBG(1, "reqp 0x%lx\n", (ulong)reqp); in adv_isr_callback() 5981 if (reqp == NULL) { in adv_isr_callback() 5990 reqp->cmndp = NULL; in adv_isr_callback() 6086 while ((sgblkp = reqp->sgblkp) != NULL) { in adv_isr_callback() 6088 reqp->sgblkp = sgblkp->next_sgblkp; in adv_isr_callback() 6124 adv_req_t *reqp; in AdvISR() local 6180 reqp = adv_get_reqp(asc_dvc, pa_offset); in AdvISR() 6181 scsiq = &reqp->scsi_req_q; in AdvISR() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_dlm.h | 1233 int ldlm_cli_enqueue(struct obd_export *exp, struct ptlrpc_request **reqp,
|
D | obd_class.h | 1488 int lookup_flags, struct ptlrpc_request **reqp, in md_intent_lock() argument 1497 it, lookup_flags, reqp, cb_blocking, in md_intent_lock()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 1218 struct ptlrpc_request **reqp, in osc_brw_prep_request() argument 1406 *reqp = req; in osc_brw_prep_request()
|