Searched refs:nlm_res (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/lockd/ |
| H A D | svc4proc.c | 95 __nlm4svc_proc_test(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_test() 130 __nlm4svc_proc_lock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_lock() 167 __nlm4svc_proc_cancel(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_cancel() 207 __nlm4svc_proc_unlock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_unlock() 248 __nlm4svc_proc_granted(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_granted() 289 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlm4svc_callback() argument 356 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_share() 391 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_unshare() 478 struct nlm_res *argp = rqstp->rq_argp; in nlm4svc_proc_granted_res() 524 .pc_ressize = sizeof(struct nlm_res), [all …]
|
| H A D | svcproc.c | 115 __nlmsvc_proc_test(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_test() 151 __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() 229 __nlmsvc_proc_unlock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_unlock() 271 __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() 424 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_proc_unshare() 511 struct nlm_res *argp = rqstp->rq_argp; in nlmsvc_proc_granted_res() 556 .pc_ressize = sizeof(struct nlm_res), [all …]
|
| H A 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() 437 const struct nlm_res *result = data; in nlm4_xdr_enc_res() 460 const struct nlm_res *result = data; in nlm4_xdr_enc_testres() 491 struct nlm_res *result) in decode_nlm4_testrply() 508 struct nlm_res *result = data; in nlm4_xdr_dec_testres() 529 struct nlm_res *result = data; in nlm4_xdr_dec_res()
|
| H A 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()
|
| H A D | clntproc.c | 270 struct nlm_res *resp = &req->a_res; in nlmclnt_call() 526 struct nlm_res *resp = &req->a_res; in nlmclnt_lock() 689 struct nlm_res *resp = &req->a_res; in nlmclnt_unlock()
|
| /linux/include/linux/lockd/ |
| H A D | lockd.h | 145 struct nlm_res a_res; /* result */
|