Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/lockd/
Dsvc4proc.c24 static u32 nlm4svc_callback(struct svc_rqst *, u32, struct nlm_res *);
94 struct nlm_res *resp) in nlm4svc_proc_test()
123 struct nlm_res *resp) in nlm4svc_proc_lock()
166 struct nlm_res *resp) in nlm4svc_proc_cancel()
199 struct nlm_res *resp) in nlm4svc_proc_unlock()
233 struct nlm_res *resp) in nlm4svc_proc_granted()
252 struct nlm_res res; in nlm4svc_proc_test_msg()
268 struct nlm_res res; in nlm4svc_proc_lock_msg()
282 struct nlm_res res; in nlm4svc_proc_cancel_msg()
296 struct nlm_res res; in nlm4svc_proc_unlock_msg()
[all …]
Dsvcproc.c25 static u32 nlmsvc_callback(struct svc_rqst *, u32, struct nlm_res *);
121 struct nlm_res *resp) in nlmsvc_proc_test()
151 struct nlm_res *resp) in nlmsvc_proc_lock()
194 struct nlm_res *resp) in nlmsvc_proc_cancel()
227 struct nlm_res *resp) in nlmsvc_proc_unlock()
261 struct nlm_res *resp) in nlmsvc_proc_granted()
280 struct nlm_res res; in nlmsvc_proc_test_msg()
296 struct nlm_res res; in nlmsvc_proc_lock_msg()
310 struct nlm_res res; in nlmsvc_proc_cancel_msg()
324 struct nlm_res res; in nlmsvc_proc_unlock_msg()
[all …]
Dxdr.c188 nlm_encode_testres(u32 *p, struct nlm_res *resp) in nlm_encode_testres()
260 nlmsvc_encode_testres(struct svc_rqst *rqstp, u32 *p, struct nlm_res *resp) in nlmsvc_encode_testres()
334 nlmsvc_encode_shareres(struct svc_rqst *rqstp, u32 *p, struct nlm_res *resp) in nlmsvc_encode_shareres()
344 nlmsvc_encode_res(struct svc_rqst *rqstp, u32 *p, struct nlm_res *resp) in nlmsvc_encode_res()
376 nlmsvc_decode_res(struct svc_rqst *rqstp, u32 *p, struct nlm_res *resp) in nlmsvc_decode_res()
427 nlmclt_decode_testres(struct rpc_rqst *req, u32 *p, struct nlm_res *resp) in nlmclt_decode_testres()
506 nlmclt_encode_res(struct rpc_rqst *req, u32 *p, struct nlm_res *resp) in nlmclt_encode_res()
516 nlmclt_encode_testres(struct rpc_rqst *req, u32 *p, struct nlm_res *resp) in nlmclt_encode_testres()
525 nlmclt_decode_res(struct rpc_rqst *req, u32 *p, struct nlm_res *resp) in nlmclt_decode_res()
Dxdr4.c188 nlm4_encode_testres(u32 *p, struct nlm_res *resp) in nlm4_encode_testres()
266 nlm4svc_encode_testres(struct svc_rqst *rqstp, u32 *p, struct nlm_res *resp) in nlm4svc_encode_testres()
340 nlm4svc_encode_shareres(struct svc_rqst *rqstp, u32 *p, struct nlm_res *resp) in nlm4svc_encode_shareres()
350 nlm4svc_encode_res(struct svc_rqst *rqstp, u32 *p, struct nlm_res *resp) in nlm4svc_encode_res()
382 nlm4svc_decode_res(struct svc_rqst *rqstp, u32 *p, struct nlm_res *resp) in nlm4svc_decode_res()
433 nlm4clt_decode_testres(struct rpc_rqst *req, u32 *p, struct nlm_res *resp) in nlm4clt_decode_testres()
512 nlm4clt_encode_res(struct rpc_rqst *req, u32 *p, struct nlm_res *resp) in nlm4clt_encode_res()
522 nlm4clt_encode_testres(struct rpc_rqst *req, u32 *p, struct nlm_res *resp) in nlm4clt_encode_testres()
531 nlm4clt_decode_res(struct rpc_rqst *req, u32 *p, struct nlm_res *resp) in nlm4clt_decode_res()
Dclntproc.c242 struct nlm_res *resp = &req->a_res; in nlmclnt_call()
325 struct nlm_res *resp = &req->a_res; in nlmsvc_async_call()
352 struct nlm_res *resp = &req->a_res; in nlmclnt_async_call()
446 struct nlm_res *resp = &req->a_res; in nlmclnt_lock()
525 struct nlm_res *resp = &req->a_res; in nlmclnt_unlock()
/linux-2.4.37.9/include/linux/lockd/
Dxdr.h66 struct nlm_res { struct
88 int nlmsvc_encode_testres(struct svc_rqst *, u32 *, struct nlm_res *); argument
92 int nlmsvc_encode_res(struct svc_rqst *, u32 *, struct nlm_res *);
93 int nlmsvc_decode_res(struct svc_rqst *, u32 *, struct nlm_res *);
97 int nlmsvc_encode_shareres(struct svc_rqst *, u32 *, struct nlm_res *);
Dxdr4.h27 int nlm4svc_encode_testres(struct svc_rqst *, u32 *, struct nlm_res *);
31 int nlm4svc_encode_res(struct svc_rqst *, u32 *, struct nlm_res *);
32 int nlm4svc_decode_res(struct svc_rqst *, u32 *, struct nlm_res *);
36 int nlm4svc_encode_shareres(struct svc_rqst *, u32 *, struct nlm_res *);
Dlockd.h69 struct nlm_res a_res; /* result */