Searched refs:nlm_res (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/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 | 139 struct nlm_res a_res; /* result */
|
/linux-2.6.39/fs/lockd/ |
D | svc4proc.c | 75 struct nlm_res *resp) in nlm4svc_proc_test() 102 struct nlm_res *resp) in nlm4svc_proc_lock() 144 struct nlm_res *resp) in nlm4svc_proc_cancel() 177 struct nlm_res *resp) in nlm4svc_proc_unlock() 211 struct nlm_res *resp) in nlm4svc_proc_granted() 246 __be32 (*func)(struct svc_rqst *, struct nlm_args *, struct nlm_res *)) in nlm4svc_callback() argument 314 struct nlm_res *resp) in nlm4svc_proc_share() 347 struct nlm_res *resp) in nlm4svc_proc_unshare() 380 struct nlm_res *resp) in nlm4svc_proc_nm_lock() 430 nlm4svc_proc_granted_res(struct svc_rqst *rqstp, struct nlm_res *argp, in nlm4svc_proc_granted_res()
|
D | svcproc.c | 104 struct nlm_res *resp) in nlmsvc_proc_test() 132 struct nlm_res *resp) in nlmsvc_proc_lock() 174 struct nlm_res *resp) in nlmsvc_proc_cancel() 207 struct nlm_res *resp) in nlmsvc_proc_unlock() 241 struct nlm_res *resp) in nlmsvc_proc_granted() 284 __be32 (*func)(struct svc_rqst *, struct nlm_args *, struct nlm_res *)) in nlmsvc_callback() argument 354 struct nlm_res *resp) in nlmsvc_proc_share() 387 struct nlm_res *resp) in nlmsvc_proc_unshare() 420 struct nlm_res *resp) in nlmsvc_proc_nm_lock() 470 nlmsvc_proc_granted_res(struct svc_rqst *rqstp, struct nlm_res *argp, in nlmsvc_proc_granted_res()
|
D | clntxdr.c | 262 const struct nlm_res *result) in encode_nlm_holder() 278 static int decode_nlm_holder(struct xdr_stream *xdr, struct nlm_res *result) in decode_nlm_holder() 460 const struct nlm_res *result) in nlm_xdr_enc_res() 480 const struct nlm_res *result) in encode_nlm_testrply() 488 const struct nlm_res *result) in nlm_xdr_enc_testres() 517 struct nlm_res *result) in decode_nlm_testrply() 532 struct nlm_res *result) in nlm_xdr_dec_testres() 552 struct nlm_res *result) in nlm_xdr_dec_res()
|
D | clnt4xdr.c | 267 const struct nlm_res *result) in encode_nlm4_holder() 283 static int decode_nlm4_holder(struct xdr_stream *xdr, struct nlm_res *result) in decode_nlm4_holder() 467 const struct nlm_res *result) in nlm4_xdr_enc_res() 488 const struct nlm_res *result) in nlm4_xdr_enc_testres() 519 struct nlm_res *result) in decode_nlm4_testrply() 534 struct nlm_res *result) in nlm4_xdr_dec_testres() 554 struct nlm_res *result) in nlm4_xdr_dec_res()
|
D | xdr.c | 155 nlm_encode_testres(__be32 *p, struct nlm_res *resp) in nlm_encode_testres() 208 nlmsvc_encode_testres(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlmsvc_encode_testres() 283 nlmsvc_encode_shareres(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlmsvc_encode_shareres() 293 nlmsvc_encode_res(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlmsvc_encode_res() 325 nlmsvc_decode_res(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlmsvc_decode_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 | clntproc.c | 253 struct nlm_res *resp = &req->a_res; in nlmclnt_call() 515 struct nlm_res *resp = &req->a_res; in nlmclnt_lock() 664 struct nlm_res *resp = &req->a_res; in nlmclnt_unlock()
|