Lines Matching refs:rqstp

133 nlm4svc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr)  in nlm4svc_decode_void()  argument
139 nlm4svc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_testargs() argument
141 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_testargs()
157 nlm4svc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_lockargs() argument
159 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_lockargs()
182 nlm4svc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_cancargs() argument
184 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_cancargs()
202 nlm4svc_decode_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_unlockargs() argument
204 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_unlockargs()
216 nlm4svc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_res() argument
218 struct nlm_res *resp = rqstp->rq_argp; in nlm4svc_decode_res()
229 nlm4svc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_reboot() argument
231 struct nlm_reboot *argp = rqstp->rq_argp; in nlm4svc_decode_reboot()
255 nlm4svc_decode_shareargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_shareargs() argument
257 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_shareargs()
282 nlm4svc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_decode_notify() argument
284 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_notify()
301 nlm4svc_encode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_encode_void() argument
307 nlm4svc_encode_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_encode_testres() argument
309 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_testres()
316 nlm4svc_encode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_encode_res() argument
318 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_res()
325 nlm4svc_encode_shareres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlm4svc_encode_shareres() argument
327 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_shareres()