Lines Matching defs:rqstp
1426 extern void nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp);
1427 extern void nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp);
1428 extern void nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp);
1429 extern void nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp);
1761 nlm_get_vfs_state(struct nlm_host *host, struct svc_req *rqstp,
1795 if (!svc_getcred(rqstp, &cred, NULL)) {
1863 nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp,
1877 svc_getrpccaller(rqstp), rqstp->rq_vers);
1898 error = nlm_get_vfs_state(host, rqstp, &fh, &vs, accmode);
1961 nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp,
1975 svc_getrpccaller(rqstp), rqstp->rq_vers);
2005 error = nlm_get_vfs_state(host, rqstp, &fh, &vs, accmode);
2150 nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp,
2164 svc_getrpccaller(rqstp), rqstp->rq_vers);
2184 error = nlm_get_vfs_state(host, rqstp, &fh, &vs, (accmode_t)0);
2240 nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp,
2253 svc_getrpccaller(rqstp), rqstp->rq_vers);
2273 error = nlm_get_vfs_state(host, rqstp, &fh, &vs, (accmode_t)0);
2302 nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp,
2311 host = nlm_find_host_by_addr(svc_getrpccaller(rqstp), rqstp->rq_vers);
2347 nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp)