Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_intent.c57 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 …]
Dlmv_internal.h55 int flags, struct ptlrpc_request **reqp,
61 int flags, struct ptlrpc_request **reqp,
67 int flags, struct ptlrpc_request **reqp,
/linux-4.1.27/drivers/usb/misc/
Dusbtest.c1037 struct usb_ctrlrequest *reqp; in ctrl_complete() local
1041 reqp = (struct usb_ctrlrequest *)urb->setup_packet; in ctrl_complete()
1042 subcase = container_of(reqp, struct subcase, setup); in ctrl_complete()
1093 reqp->bRequestType, reqp->bRequest, in ctrl_complete()
1133 reqp->bRequestType, reqp->bRequest, status); in ctrl_complete()
1178 struct subcase *reqp; in test_ctrl_queue() local
1319 reqp = kmalloc(sizeof(*reqp), GFP_KERNEL); in test_ctrl_queue()
1320 if (!reqp) in test_ctrl_queue()
1322 reqp->setup = req; in test_ctrl_queue()
1323 reqp->number = i % NUM_SUBCASES; in test_ctrl_queue()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c368 int ldlm_glimpse_ast(struct ldlm_lock *lock, void *reqp) in ldlm_glimpse_ast() argument
847 int ldlm_cli_enqueue(struct obd_export *exp, struct ptlrpc_request **reqp, in ldlm_cli_enqueue() argument
903 if (reqp == NULL || *reqp == NULL) { in ldlm_cli_enqueue()
914 if (reqp) in ldlm_cli_enqueue()
915 *reqp = req; in ldlm_cli_enqueue()
919 req = *reqp; in ldlm_cli_enqueue()
951 LASSERT(reqp != NULL); in ldlm_cli_enqueue()
972 if (reqp) in ldlm_cli_enqueue()
973 *reqp = NULL; in ldlm_cli_enqueue()
/linux-4.1.27/fs/nfsd/
Dexport.c804 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.1.27/drivers/scsi/
Dadvansys.c6138 adv_req_t *reqp; in adv_isr_callback() local
6153 reqp = (adv_req_t *)ADV_U32_TO_VADDR(scsiqp->srb_ptr); in adv_isr_callback()
6154 ASC_DBG(1, "reqp 0x%lx\n", (ulong)reqp); in adv_isr_callback()
6155 if (reqp == NULL) { in adv_isr_callback()
6168 scp = reqp->cmndp; in adv_isr_callback()
6271 while ((sgblkp = reqp->sgblkp) != NULL) { in adv_isr_callback()
6273 reqp->sgblkp = sgblkp->next_sgblkp; in adv_isr_callback()
6284 reqp->next_reqp = boardp->adv_reqp; in adv_isr_callback()
6285 boardp->adv_reqp = reqp; in adv_isr_callback()
7978 adv_get_sglist(struct asc_board *boardp, adv_req_t *reqp, struct scsi_cmnd *scp, in adv_get_sglist() argument
[all …]
/linux-4.1.27/fs/ocfs2/
Dioctl.c815 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.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c779 struct ptlrpc_request **reqp, u64 extra_lock_flags) in mdc_enqueue() argument
818 LASSERT(reqp == NULL); in mdc_enqueue()
1157 int lookup_flags, struct ptlrpc_request **reqp, in mdc_intent_lock() argument
1205 *reqp = it->d.lustre.it_data; in mdc_intent_lock()
1206 rc = mdc_finish_intent_lock(exp, *reqp, op_data, it, &lockh); in mdc_intent_lock()
Dmdc_internal.h96 struct ptlrpc_request **reqp,
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h1330 int ldlm_glimpse_ast(struct ldlm_lock *lock, void *reqp);
1339 int ldlm_cli_enqueue(struct obd_export *exp, struct ptlrpc_request **reqp,
Dobd_class.h1587 int lookup_flags, struct ptlrpc_request **reqp, in md_intent_lock() argument
1596 it, lookup_flags, reqp, cb_blocking, in md_intent_lock()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1248 struct ptlrpc_request **reqp, in osc_brw_prep_request() argument
1440 *reqp = req; in osc_brw_prep_request()