Lines Matching refs:rqstp

149 nlmsvc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr)  in nlmsvc_decode_void()  argument
155 nlmsvc_decode_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_testargs() argument
157 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_testargs()
173 nlmsvc_decode_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_lockargs() argument
175 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_lockargs()
198 nlmsvc_decode_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_cancargs() argument
200 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_cancargs()
218 nlmsvc_decode_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_unlockargs() argument
220 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_unlockargs()
232 nlmsvc_decode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_res() argument
234 struct nlm_res *resp = rqstp->rq_argp; in nlmsvc_decode_res()
245 nlmsvc_decode_reboot(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_reboot() argument
247 struct nlm_reboot *argp = rqstp->rq_argp; in nlmsvc_decode_reboot()
271 nlmsvc_decode_shareargs(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_shareargs() argument
273 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_shareargs()
298 nlmsvc_decode_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_decode_notify() argument
300 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_notify()
317 nlmsvc_encode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_encode_void() argument
323 nlmsvc_encode_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_encode_testres() argument
325 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_testres()
332 nlmsvc_encode_res(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_encode_res() argument
334 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_res()
341 nlmsvc_encode_shareres(struct svc_rqst *rqstp, struct xdr_stream *xdr) in nlmsvc_encode_shareres() argument
343 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_shareres()