Searched refs:nlm_res (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/lockd/ |
D | xdr.h | 77 struct nlm_res { struct 99 int nlmsvc_encode_testres(struct svc_rqst *, __be32 *, struct nlm_res *); argument 103 int nlmsvc_encode_res(struct svc_rqst *, __be32 *, struct nlm_res *); 104 int nlmsvc_decode_res(struct svc_rqst *, __be32 *, struct nlm_res *); 108 int nlmsvc_encode_shareres(struct svc_rqst *, __be32 *, struct nlm_res *);
|
D | xdr4.h | 27 int nlm4svc_encode_testres(struct svc_rqst *, __be32 *, struct nlm_res *); 31 int nlm4svc_encode_res(struct svc_rqst *, __be32 *, struct nlm_res *); 32 int nlm4svc_decode_res(struct svc_rqst *, __be32 *, struct nlm_res *); 36 int nlm4svc_encode_shareres(struct svc_rqst *, __be32 *, struct nlm_res *);
|
D | lockd.h | 140 struct nlm_res a_res; /* result */
|
/linux-4.1.27/fs/lockd/ |
D | svc4proc.c | 76 struct nlm_res *resp) in nlm4svc_proc_test() 103 struct nlm_res *resp) in nlm4svc_proc_lock() 145 struct nlm_res *resp) in nlm4svc_proc_cancel() 178 struct nlm_res *resp) in nlm4svc_proc_unlock() 212 struct nlm_res *resp) in nlm4svc_proc_granted() 247 __be32 (*func)(struct svc_rqst *, struct nlm_args *, struct nlm_res *)) in nlm4svc_callback() argument 316 struct nlm_res *resp) in nlm4svc_proc_share() 349 struct nlm_res *resp) in nlm4svc_proc_unshare() 382 struct nlm_res *resp) in nlm4svc_proc_nm_lock() 432 nlm4svc_proc_granted_res(struct svc_rqst *rqstp, struct nlm_res *argp, in nlm4svc_proc_granted_res()
|
D | svcproc.c | 106 struct nlm_res *resp) in nlmsvc_proc_test() 134 struct nlm_res *resp) in nlmsvc_proc_lock() 176 struct nlm_res *resp) in nlmsvc_proc_cancel() 210 struct nlm_res *resp) in nlmsvc_proc_unlock() 245 struct nlm_res *resp) in nlmsvc_proc_granted() 288 __be32 (*func)(struct svc_rqst *, struct nlm_args *, struct nlm_res *)) in nlmsvc_callback() argument 359 struct nlm_res *resp) in nlmsvc_proc_share() 392 struct nlm_res *resp) in nlmsvc_proc_unshare() 425 struct nlm_res *resp) in nlmsvc_proc_nm_lock() 475 nlmsvc_proc_granted_res(struct svc_rqst *rqstp, struct nlm_res *argp, in nlmsvc_proc_granted_res()
|
D | clntxdr.c | 257 const struct nlm_res *result) in encode_nlm_holder() 273 static int decode_nlm_holder(struct xdr_stream *xdr, struct nlm_res *result) in decode_nlm_holder() 454 const struct nlm_res *result) in nlm_xdr_enc_res() 474 const struct nlm_res *result) in encode_nlm_testrply() 482 const struct nlm_res *result) in nlm_xdr_enc_testres() 511 struct nlm_res *result) in decode_nlm_testrply() 526 struct nlm_res *result) in nlm_xdr_dec_testres() 546 struct nlm_res *result) in nlm_xdr_dec_res()
|
D | clnt4xdr.c | 262 const struct nlm_res *result) in encode_nlm4_holder() 278 static int decode_nlm4_holder(struct xdr_stream *xdr, struct nlm_res *result) in decode_nlm4_holder() 461 const struct nlm_res *result) in nlm4_xdr_enc_res() 482 const struct nlm_res *result) in nlm4_xdr_enc_testres() 513 struct nlm_res *result) in decode_nlm4_testrply() 528 struct nlm_res *result) in nlm4_xdr_dec_testres() 548 struct nlm_res *result) in nlm4_xdr_dec_res()
|
D | xdr4.c | 141 nlm4_encode_testres(__be32 *p, struct nlm_res *resp) in nlm4_encode_testres() 199 nlm4svc_encode_testres(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlm4svc_encode_testres() 274 nlm4svc_encode_shareres(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlm4svc_encode_shareres() 284 nlm4svc_encode_res(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlm4svc_encode_res() 316 nlm4svc_decode_res(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlm4svc_decode_res()
|
D | xdr.c | 149 nlm_encode_testres(__be32 *p, struct nlm_res *resp) in nlm_encode_testres() 202 nlmsvc_encode_testres(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlmsvc_encode_testres() 277 nlmsvc_encode_shareres(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlmsvc_encode_shareres() 287 nlmsvc_encode_res(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlmsvc_encode_res() 319 nlmsvc_decode_res(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlmsvc_decode_res()
|
D | clntproc.c | 254 struct nlm_res *resp = &req->a_res; in nlmclnt_call() 516 struct nlm_res *resp = &req->a_res; in nlmclnt_lock() 663 struct nlm_res *resp = &req->a_res; in nlmclnt_unlock()
|