Searched refs:nlm_res (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/fs/lockd/ |
D | svc4proc.c | 76 __nlm4svc_proc_test(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_test() 109 __nlm4svc_proc_lock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_lock() 157 __nlm4svc_proc_cancel(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_cancel() 196 __nlm4svc_proc_unlock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_unlock() 236 __nlm4svc_proc_granted(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_granted() 279 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlm4svc_callback() argument 346 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_share() 380 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_unshare() 466 struct nlm_res *argp = rqstp->rq_argp; in nlm4svc_proc_granted_res()
|
D | clntxdr.c | 248 const struct nlm_res *result) in encode_nlm_holder() 264 static int decode_nlm_holder(struct xdr_stream *xdr, struct nlm_res *result) in decode_nlm_holder() 451 const struct nlm_res *result = data; in nlm_xdr_enc_res() 471 const struct nlm_res *result) in encode_nlm_testrply() 481 const struct nlm_res *result = data; in nlm_xdr_enc_testres() 510 struct nlm_res *result) in decode_nlm_testrply() 527 struct nlm_res *result = data; in nlm_xdr_dec_testres() 548 struct nlm_res *result = data; in nlm_xdr_dec_res()
|
D | svcproc.c | 106 __nlmsvc_proc_test(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_test() 140 __nlmsvc_proc_lock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_lock() 188 __nlmsvc_proc_cancel(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_cancel() 228 __nlmsvc_proc_unlock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_unlock() 269 __nlmsvc_proc_granted(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_granted() 320 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlmsvc_callback() argument 389 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_proc_share() 423 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_proc_unshare() 509 struct nlm_res *argp = rqstp->rq_argp; in nlmsvc_proc_granted_res()
|
D | clnt4xdr.c | 253 const struct nlm_res *result) in encode_nlm4_holder() 269 static int decode_nlm4_holder(struct xdr_stream *xdr, struct nlm_res *result) in decode_nlm4_holder() 458 const struct nlm_res *result = data; in nlm4_xdr_enc_res() 481 const struct nlm_res *result = data; in nlm4_xdr_enc_testres() 512 struct nlm_res *result) in decode_nlm4_testrply() 529 struct nlm_res *result = data; in nlm4_xdr_dec_testres() 550 struct nlm_res *result = data; in nlm4_xdr_dec_res()
|
D | xdr4.c | 142 nlm4_encode_testres(__be32 *p, struct nlm_res *resp) in nlm4_encode_testres() 203 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_testres() 285 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_shareres() 297 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_res() 334 struct nlm_res *resp = rqstp->rq_argp; in nlm4svc_decode_res()
|
D | xdr.c | 150 nlm_encode_testres(__be32 *p, struct nlm_res *resp) in nlm_encode_testres() 206 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_testres() 288 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_shareres() 300 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_res() 337 struct nlm_res *resp = rqstp->rq_argp; in nlmsvc_decode_res()
|
D | clntproc.c | 264 struct nlm_res *resp = &req->a_res; in nlmclnt_call() 515 struct nlm_res *resp = &req->a_res; in nlmclnt_lock() 662 struct nlm_res *resp = &req->a_res; in nlmclnt_unlock()
|
/linux-4.19.296/include/linux/lockd/ |
D | xdr.h | 78 struct nlm_res { struct
|
D | lockd.h | 144 struct nlm_res a_res; /* result */
|