Lines Matching refs:rqstp
181 nlm4svc_decode_testargs(struct svc_rqst *rqstp, __be32 *p) in nlm4svc_decode_testargs() argument
183 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_testargs()
195 return xdr_argsize_check(rqstp, p); in nlm4svc_decode_testargs()
199 nlm4svc_encode_testres(struct svc_rqst *rqstp, __be32 *p) in nlm4svc_encode_testres() argument
201 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_testres()
205 return xdr_ressize_check(rqstp, p); in nlm4svc_encode_testres()
209 nlm4svc_decode_lockargs(struct svc_rqst *rqstp, __be32 *p) in nlm4svc_decode_lockargs() argument
211 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_lockargs()
226 return xdr_argsize_check(rqstp, p); in nlm4svc_decode_lockargs()
230 nlm4svc_decode_cancargs(struct svc_rqst *rqstp, __be32 *p) in nlm4svc_decode_cancargs() argument
232 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_cancargs()
243 return xdr_argsize_check(rqstp, p); in nlm4svc_decode_cancargs()
247 nlm4svc_decode_unlockargs(struct svc_rqst *rqstp, __be32 *p) in nlm4svc_decode_unlockargs() argument
249 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_unlockargs()
255 return xdr_argsize_check(rqstp, p); in nlm4svc_decode_unlockargs()
259 nlm4svc_decode_shareargs(struct svc_rqst *rqstp, __be32 *p) in nlm4svc_decode_shareargs() argument
261 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_shareargs()
276 return xdr_argsize_check(rqstp, p); in nlm4svc_decode_shareargs()
280 nlm4svc_encode_shareres(struct svc_rqst *rqstp, __be32 *p) in nlm4svc_encode_shareres() argument
282 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_shareres()
288 return xdr_ressize_check(rqstp, p); in nlm4svc_encode_shareres()
292 nlm4svc_encode_res(struct svc_rqst *rqstp, __be32 *p) in nlm4svc_encode_res() argument
294 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_res()
299 return xdr_ressize_check(rqstp, p); in nlm4svc_encode_res()
303 nlm4svc_decode_notify(struct svc_rqst *rqstp, __be32 *p) in nlm4svc_decode_notify() argument
305 struct nlm_args *argp = rqstp->rq_argp; in nlm4svc_decode_notify()
312 return xdr_argsize_check(rqstp, p); in nlm4svc_decode_notify()
316 nlm4svc_decode_reboot(struct svc_rqst *rqstp, __be32 *p) in nlm4svc_decode_reboot() argument
318 struct nlm_reboot *argp = rqstp->rq_argp; in nlm4svc_decode_reboot()
325 return xdr_argsize_check(rqstp, p); in nlm4svc_decode_reboot()
329 nlm4svc_decode_res(struct svc_rqst *rqstp, __be32 *p) in nlm4svc_decode_res() argument
331 struct nlm_res *resp = rqstp->rq_argp; in nlm4svc_decode_res()
336 return xdr_argsize_check(rqstp, p); in nlm4svc_decode_res()
340 nlm4svc_decode_void(struct svc_rqst *rqstp, __be32 *p) in nlm4svc_decode_void() argument
342 return xdr_argsize_check(rqstp, p); in nlm4svc_decode_void()
346 nlm4svc_encode_void(struct svc_rqst *rqstp, __be32 *p) in nlm4svc_encode_void() argument
348 return xdr_ressize_check(rqstp, p); in nlm4svc_encode_void()