Home
last modified time | relevance | path

Searched refs:nlm_res (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/fs/lockd/
Dsvc4proc.c85 __nlm4svc_proc_test(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_test()
119 __nlm4svc_proc_lock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_lock()
168 __nlm4svc_proc_cancel(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_cancel()
208 __nlm4svc_proc_unlock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_unlock()
249 __nlm4svc_proc_granted(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlm4svc_proc_granted()
292 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlm4svc_callback() argument
359 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_share()
394 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_proc_unshare()
481 struct nlm_res *argp = rqstp->rq_argp; in nlm4svc_proc_granted_res()
525 .pc_ressize = sizeof(struct nlm_res),
[all …]
Dsvcproc.c114 __nlmsvc_proc_test(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_test()
149 __nlmsvc_proc_lock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_lock()
198 __nlmsvc_proc_cancel(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_cancel()
239 __nlmsvc_proc_unlock(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_unlock()
281 __nlmsvc_proc_granted(struct svc_rqst *rqstp, struct nlm_res *resp) in __nlmsvc_proc_granted()
332 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlmsvc_callback() argument
401 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_proc_share()
436 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_proc_unshare()
523 struct nlm_res *argp = rqstp->rq_argp; in nlmsvc_proc_granted_res()
566 .pc_ressize = sizeof(struct nlm_res),
[all …]
Dclntxdr.c235 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()
Dclnt4xdr.c240 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()
Dxdr.c130 svcxdr_encode_testrply(struct xdr_stream *xdr, const struct nlm_res *resp) in svcxdr_encode_testrply()
239 struct nlm_res *resp = rqstp->rq_argp; in nlmsvc_decode_res()
333 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_testres()
343 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_res()
353 struct nlm_res *resp = rqstp->rq_resp; in nlmsvc_encode_shareres()
Dxdr4.c129 svcxdr_encode_testrply(struct xdr_stream *xdr, const struct nlm_res *resp) in svcxdr_encode_testrply()
237 struct nlm_res *resp = rqstp->rq_argp; in nlm4svc_decode_res()
331 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_testres()
341 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_res()
351 struct nlm_res *resp = rqstp->rq_resp; in nlm4svc_encode_shareres()
Dclntproc.c266 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-v5.15/include/linux/lockd/
Dxdr.h78 struct nlm_res { struct
Dlockd.h145 struct nlm_res a_res; /* result */