• Home
  • Raw
  • Download

Lines Matching refs:rqstp

184 nlmsvc_decode_testargs(struct svc_rqst *rqstp, __be32 *p)  in nlmsvc_decode_testargs()  argument
186 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_testargs()
198 return xdr_argsize_check(rqstp, p); in nlmsvc_decode_testargs()
202 nlmsvc_encode_testres(struct svc_rqst *rqstp, __be32 *p) in nlmsvc_encode_testres() argument
204 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_testres()
208 return xdr_ressize_check(rqstp, p); in nlmsvc_encode_testres()
212 nlmsvc_decode_lockargs(struct svc_rqst *rqstp, __be32 *p) in nlmsvc_decode_lockargs() argument
214 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_lockargs()
229 return xdr_argsize_check(rqstp, p); in nlmsvc_decode_lockargs()
233 nlmsvc_decode_cancargs(struct svc_rqst *rqstp, __be32 *p) in nlmsvc_decode_cancargs() argument
235 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_cancargs()
246 return xdr_argsize_check(rqstp, p); in nlmsvc_decode_cancargs()
250 nlmsvc_decode_unlockargs(struct svc_rqst *rqstp, __be32 *p) in nlmsvc_decode_unlockargs() argument
252 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_unlockargs()
258 return xdr_argsize_check(rqstp, p); in nlmsvc_decode_unlockargs()
262 nlmsvc_decode_shareargs(struct svc_rqst *rqstp, __be32 *p) in nlmsvc_decode_shareargs() argument
264 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_shareargs()
279 return xdr_argsize_check(rqstp, p); in nlmsvc_decode_shareargs()
283 nlmsvc_encode_shareres(struct svc_rqst *rqstp, __be32 *p) in nlmsvc_encode_shareres() argument
285 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_shareres()
291 return xdr_ressize_check(rqstp, p); in nlmsvc_encode_shareres()
295 nlmsvc_encode_res(struct svc_rqst *rqstp, __be32 *p) in nlmsvc_encode_res() argument
297 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_res()
302 return xdr_ressize_check(rqstp, p); in nlmsvc_encode_res()
306 nlmsvc_decode_notify(struct svc_rqst *rqstp, __be32 *p) in nlmsvc_decode_notify() argument
308 struct nlm_args *argp = rqstp->rq_argp; in nlmsvc_decode_notify()
315 return xdr_argsize_check(rqstp, p); in nlmsvc_decode_notify()
319 nlmsvc_decode_reboot(struct svc_rqst *rqstp, __be32 *p) in nlmsvc_decode_reboot() argument
321 struct nlm_reboot *argp = rqstp->rq_argp; in nlmsvc_decode_reboot()
328 return xdr_argsize_check(rqstp, p); in nlmsvc_decode_reboot()
332 nlmsvc_decode_res(struct svc_rqst *rqstp, __be32 *p) in nlmsvc_decode_res() argument
334 struct nlm_res *resp = rqstp->rq_argp; in nlmsvc_decode_res()
339 return xdr_argsize_check(rqstp, p); in nlmsvc_decode_res()
343 nlmsvc_decode_void(struct svc_rqst *rqstp, __be32 *p) in nlmsvc_decode_void() argument
345 return xdr_argsize_check(rqstp, p); in nlmsvc_decode_void()
349 nlmsvc_encode_void(struct svc_rqst *rqstp, __be32 *p) in nlmsvc_encode_void() argument
351 return xdr_ressize_check(rqstp, p); in nlmsvc_encode_void()