Lines Matching refs:rqstp

1422 extern void nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp);
1423 extern void nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp);
1424 extern void nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp);
1425 extern void nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp);
1756 nlm_get_vfs_state(struct nlm_host *host, struct svc_req *rqstp, in nlm_get_vfs_state() argument
1791 if (!svc_getcred(rqstp, &cred, NULL)) { in nlm_get_vfs_state()
1855 nlm_do_test(nlm4_testargs *argp, nlm4_testres *result, struct svc_req *rqstp, in nlm_do_test() argument
1869 svc_getrpccaller(rqstp), rqstp->rq_vers); in nlm_do_test()
1890 error = nlm_get_vfs_state(host, rqstp, &fh, &vs, accmode); in nlm_do_test()
1953 nlm_do_lock(nlm4_lockargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_lock() argument
1967 svc_getrpccaller(rqstp), rqstp->rq_vers); in nlm_do_lock()
1997 error = nlm_get_vfs_state(host, rqstp, &fh, &vs, accmode); in nlm_do_lock()
2142 nlm_do_cancel(nlm4_cancargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_cancel() argument
2156 svc_getrpccaller(rqstp), rqstp->rq_vers); in nlm_do_cancel()
2176 error = nlm_get_vfs_state(host, rqstp, &fh, &vs, (accmode_t)0); in nlm_do_cancel()
2232 nlm_do_unlock(nlm4_unlockargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_unlock() argument
2245 svc_getrpccaller(rqstp), rqstp->rq_vers); in nlm_do_unlock()
2265 error = nlm_get_vfs_state(host, rqstp, &fh, &vs, (accmode_t)0); in nlm_do_unlock()
2294 nlm_do_granted(nlm4_testargs *argp, nlm4_res *result, struct svc_req *rqstp, in nlm_do_granted() argument
2303 host = nlm_find_host_by_addr(svc_getrpccaller(rqstp), rqstp->rq_vers); in nlm_do_granted()
2339 nlm_do_granted_res(nlm4_res *argp, struct svc_req *rqstp) in nlm_do_granted_res() argument