Home
last modified time | relevance | path

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

/linux/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/drivers/scsi/
H A Dadvansys.c5899 adv_req_t *reqp; in adv_isr_callback() local
5924 reqp = (adv_req_t *)scp->host_scribble; in adv_isr_callback()
5925 ASC_DBG(1, "reqp 0x%lx\n", (ulong)reqp); in adv_isr_callback()
5926 if (reqp == NULL) { in adv_isr_callback()
5935 reqp->cmndp = NULL; in adv_isr_callback()
6016 while ((sgblkp = reqp->sgblkp) != NULL) { in adv_isr_callback()
6018 reqp->sgblkp = sgblkp->next_sgblkp; in adv_isr_callback()
6053 adv_req_t *reqp; in AdvISR() local
6109 reqp = adv_get_reqp(asc_dvc, pa_offset); in AdvISR()
6110 scsiq = &reqp->scsi_req_q; in AdvISR()
[all …]