Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dexport.c948 u32 *fsidv, struct cache_req *reqp) in exp_find_key() argument
963 err = cache_check(cd, &ek->h, reqp); in exp_find_key()
973 const struct path *path, struct cache_req *reqp) in exp_get_by_name() argument
988 err = cache_check(cd, &exp->h, reqp); in exp_get_by_name()
1070 u32 *fsidv, struct cache_req *reqp) in exp_find() argument
1074 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find()
1078 exp = exp_get_by_name(cd, clp, &ek->ek_path, reqp); in exp_find()
1231 rqst_exp_find(struct cache_req *reqp, struct net *net, in rqst_exp_find() argument
1243 exp = exp_find(cd, cl, fsid_type, fsidv, reqp); in rqst_exp_find()
1255 gssexp = exp_find(cd, gsscl, fsid_type, fsidv, reqp); in rqst_exp_find()
H A Dexport.h132 struct svc_export *rqst_exp_find(struct cache_req *reqp, struct net *net,
/linux-6.15/drivers/usb/misc/
H A Dusbtest.c1090 struct usb_ctrlrequest *reqp; in ctrl_complete() local
1095 reqp = (struct usb_ctrlrequest *)urb->setup_packet; in ctrl_complete()
1147 reqp->bRequestType, reqp->bRequest, in ctrl_complete()
1187 reqp->bRequestType, reqp->bRequest, status); in ctrl_complete()
1232 struct subcase *reqp; in test_ctrl_queue() local
1373 reqp = kmalloc(sizeof(*reqp), GFP_KERNEL); in test_ctrl_queue()
1374 if (!reqp) in test_ctrl_queue()
1376 reqp->setup = req; in test_ctrl_queue()
1377 reqp->number = i % NUM_SUBCASES; in test_ctrl_queue()
1378 reqp->expected = expected; in test_ctrl_queue()
[all …]
/linux-6.15/fs/ocfs2/
H A Dioctl.c812 struct ocfs2_info_request __user *reqp; in ocfs2_info_handle() local
826 reqp = (struct ocfs2_info_request __user *)(unsigned long)req_addr; in ocfs2_info_handle()
827 if (!reqp) { in ocfs2_info_handle()
832 status = ocfs2_info_handle_request(inode, reqp); in ocfs2_info_handle()
/linux-6.15/drivers/scsi/
H A Dadvansys.c5899 adv_req_t *reqp; in adv_isr_callback() local
5926 if (reqp == NULL) { in adv_isr_callback()
5935 reqp->cmndp = NULL; in adv_isr_callback()
6053 adv_req_t *reqp; in AdvISR() local
7555 reqp->sgblkp = NULL; in adv_get_sglist()
7651 adv_req_t *reqp; in adv_build_req() local
7662 if (reqp->cmndp && reqp->cmndp != scp ) { in adv_build_req()
7685 reqp->cmndp = scp; in adv_build_req()
7725 reqp->sgblkp = NULL; in adv_build_req()
7738 reqp->cmndp = NULL; in adv_build_req()
[all …]