Searched refs:nlm_res (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/fs/lockd/ |
D | svc4proc.c | 93 __nlm4svc_proc_test(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_test() 129 __nlm4svc_proc_lock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_lock() 178 __nlm4svc_proc_cancel(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_cancel() 218 __nlm4svc_proc_unlock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_unlock() 259 __nlm4svc_proc_granted(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_granted() 300 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlm4svc_callback() argument 367 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_share() 402 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_unshare() 489 struct nlm_res *argp = rqstp->rq_argp; in nlm4svc_proc_granted_res() 535 .pc_ressize = sizeof(struct nlm_res), [all …]
|
D | svcproc.c | 114 __nlmsvc_proc_test(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_test() 152 __nlmsvc_proc_lock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_lock() 201 __nlmsvc_proc_cancel(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_cancel() 242 __nlmsvc_proc_unlock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_unlock() 284 __nlmsvc_proc_granted(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_granted() 333 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlmsvc_callback() argument 402 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_proc_share() 437 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_proc_unshare() 524 struct nlm_res *argp = rqstp->rq_argp; in nlmsvc_proc_granted_res() 569 .pc_ressize = sizeof(struct nlm_res), [all …]
|
D | clntxdr.c | 235 const struct nlm_res *result) in encode_nlm_holder() 251 static int decode_nlm_holder(struct xdr_stream *xdr, struct nlm_res *result) in decode_nlm_holder() 437 const struct nlm_res *result = data; in nlm_xdr_enc_res() 457 const struct nlm_res *result) in encode_nlm_testrply() 467 const struct nlm_res *result = data; in nlm_xdr_enc_testres() 496 struct nlm_res *result) in decode_nlm_testrply() 513 struct nlm_res *result = data; in nlm_xdr_dec_testres() 534 struct nlm_res *result = data; in nlm_xdr_dec_res()
|
D | xdr.c | 130 svcxdr_encode_testrply(struct xdr_stream *xdr, const struct nlm_res *resp) in svcxdr_encode_testrply() 234 struct nlm_res *resp = rqstp->rq_argp; in nlmsvc_decode_res() 325 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_testres() 334 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_res() 343 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_shareres()
|
D | xdr4.c | 114 svcxdr_encode_testrply(struct xdr_stream *xdr, const struct nlm_res *resp) in svcxdr_encode_testrply() 218 struct nlm_res *resp = rqstp->rq_argp; in nlm4svc_decode_res() 309 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_testres() 318 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_res() 327 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_shareres()
|
D | clnt4xdr.c | 240 const struct nlm_res *result) in encode_nlm4_holder() 256 static int decode_nlm4_holder(struct xdr_stream *xdr, struct nlm_res *result) in decode_nlm4_holder() 444 const struct nlm_res *result = data; in nlm4_xdr_enc_res() 467 const struct nlm_res *result = data; in nlm4_xdr_enc_testres() 498 struct nlm_res *result) in decode_nlm4_testrply() 515 struct nlm_res *result = data; in nlm4_xdr_dec_testres() 536 struct nlm_res *result = data; in nlm4_xdr_dec_res()
|
D | clntproc.c | 266 struct nlm_res *resp = &req->a_res; in nlmclnt_call() 517 struct nlm_res *resp = &req->a_res; in nlmclnt_lock() 664 struct nlm_res *resp = &req->a_res; in nlmclnt_unlock()
|
/Linux-v6.1/include/linux/lockd/ |
D | xdr.h | 80 struct nlm_res { struct
|
D | lockd.h | 145 struct nlm_res a_res; /* result */
|