Home
last modified time | relevance | path

Searched refs:nlm_args (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/include/linux/lockd/
Dxdr.h50 struct nlm_args { struct
61 typedef struct nlm_args nlm_args; argument
85 #define NLMSVC_XDRSIZE sizeof(struct nlm_args)
87 int nlmsvc_decode_testargs(struct svc_rqst *, u32 *, struct nlm_args *);
89 int nlmsvc_decode_lockargs(struct svc_rqst *, u32 *, struct nlm_args *);
90 int nlmsvc_decode_cancargs(struct svc_rqst *, u32 *, struct nlm_args *);
91 int nlmsvc_decode_unlockargs(struct svc_rqst *, u32 *, struct nlm_args *);
96 int nlmsvc_decode_shareargs(struct svc_rqst *, u32 *, struct nlm_args *);
98 int nlmsvc_decode_notify(struct svc_rqst *, u32 *, struct nlm_args *);
Dxdr4.h26 int nlm4svc_decode_testargs(struct svc_rqst *, u32 *, struct nlm_args *);
28 int nlm4svc_decode_lockargs(struct svc_rqst *, u32 *, struct nlm_args *);
29 int nlm4svc_decode_cancargs(struct svc_rqst *, u32 *, struct nlm_args *);
30 int nlm4svc_decode_unlockargs(struct svc_rqst *, u32 *, struct nlm_args *);
35 int nlm4svc_decode_shareargs(struct svc_rqst *, u32 *, struct nlm_args *);
37 int nlm4svc_decode_notify(struct svc_rqst *, u32 *, struct nlm_args *);
Dshare.h25 struct nlm_args *);
27 struct nlm_args *);
Dlockd.h68 struct nlm_args a_args; /* arguments */
/linux-2.4.37.9/fs/lockd/
Dsvc4proc.c31 nlm4svc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, in nlm4svc_retrieve_args()
93 nlm4svc_proc_test(struct svc_rqst *rqstp, struct nlm_args *argp, in nlm4svc_proc_test()
122 nlm4svc_proc_lock(struct svc_rqst *rqstp, struct nlm_args *argp, in nlm4svc_proc_lock()
165 nlm4svc_proc_cancel(struct svc_rqst *rqstp, struct nlm_args *argp, in nlm4svc_proc_cancel()
198 nlm4svc_proc_unlock(struct svc_rqst *rqstp, struct nlm_args *argp, in nlm4svc_proc_unlock()
232 nlm4svc_proc_granted(struct svc_rqst *rqstp, struct nlm_args *argp, in nlm4svc_proc_granted()
249 nlm4svc_proc_test_msg(struct svc_rqst *rqstp, struct nlm_args *argp, in nlm4svc_proc_test_msg()
265 nlm4svc_proc_lock_msg(struct svc_rqst *rqstp, struct nlm_args *argp, in nlm4svc_proc_lock_msg()
279 nlm4svc_proc_cancel_msg(struct svc_rqst *rqstp, struct nlm_args *argp, in nlm4svc_proc_cancel_msg()
293 nlm4svc_proc_unlock_msg(struct svc_rqst *rqstp, struct nlm_args *argp, in nlm4svc_proc_unlock_msg()
[all …]
Dsvcproc.c60 nlmsvc_retrieve_args(struct svc_rqst *rqstp, struct nlm_args *argp, in nlmsvc_retrieve_args()
120 nlmsvc_proc_test(struct svc_rqst *rqstp, struct nlm_args *argp, in nlmsvc_proc_test()
150 nlmsvc_proc_lock(struct svc_rqst *rqstp, struct nlm_args *argp, in nlmsvc_proc_lock()
193 nlmsvc_proc_cancel(struct svc_rqst *rqstp, struct nlm_args *argp, in nlmsvc_proc_cancel()
226 nlmsvc_proc_unlock(struct svc_rqst *rqstp, struct nlm_args *argp, in nlmsvc_proc_unlock()
260 nlmsvc_proc_granted(struct svc_rqst *rqstp, struct nlm_args *argp, in nlmsvc_proc_granted()
277 nlmsvc_proc_test_msg(struct svc_rqst *rqstp, struct nlm_args *argp, in nlmsvc_proc_test_msg()
293 nlmsvc_proc_lock_msg(struct svc_rqst *rqstp, struct nlm_args *argp, in nlmsvc_proc_lock_msg()
307 nlmsvc_proc_cancel_msg(struct svc_rqst *rqstp, struct nlm_args *argp, in nlmsvc_proc_cancel_msg()
321 nlmsvc_proc_unlock_msg(struct svc_rqst *rqstp, struct nlm_args *argp, in nlmsvc_proc_unlock_msg()
[all …]
Dxdr.c243 nlmsvc_decode_testargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) in nlmsvc_decode_testargs()
268 nlmsvc_decode_lockargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) in nlmsvc_decode_lockargs()
288 nlmsvc_decode_cancargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) in nlmsvc_decode_cancargs()
304 nlmsvc_decode_unlockargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) in nlmsvc_decode_unlockargs()
314 nlmsvc_decode_shareargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) in nlmsvc_decode_shareargs()
353 nlmsvc_decode_notify(struct svc_rqst *rqstp, u32 *p, struct nlm_args *argp) in nlmsvc_decode_notify()
413 nlmclt_encode_testargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) in nlmclt_encode_testargs()
461 nlmclt_encode_lockargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) in nlmclt_encode_lockargs()
478 nlmclt_encode_cancargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) in nlmclt_encode_cancargs()
493 nlmclt_encode_unlockargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) in nlmclt_encode_unlockargs()
Dxdr4.c249 nlm4svc_decode_testargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) in nlm4svc_decode_testargs()
274 nlm4svc_decode_lockargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) in nlm4svc_decode_lockargs()
294 nlm4svc_decode_cancargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) in nlm4svc_decode_cancargs()
310 nlm4svc_decode_unlockargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) in nlm4svc_decode_unlockargs()
320 nlm4svc_decode_shareargs(struct svc_rqst *rqstp, u32 *p, nlm_args *argp) in nlm4svc_decode_shareargs()
359 nlm4svc_decode_notify(struct svc_rqst *rqstp, u32 *p, struct nlm_args *argp) in nlm4svc_decode_notify()
419 nlm4clt_encode_testargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) in nlm4clt_encode_testargs()
467 nlm4clt_encode_lockargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) in nlm4clt_encode_lockargs()
484 nlm4clt_encode_cancargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) in nlm4clt_encode_cancargs()
499 nlm4clt_encode_unlockargs(struct rpc_rqst *req, u32 *p, nlm_args *argp) in nlm4clt_encode_unlockargs()
Dsvcshare.c28 struct nlm_args *argp) in nlmsvc_share_file()
69 struct nlm_args *argp) in nlmsvc_unshare_file()
Dclntproc.c50 struct nlm_args *argp = &req->a_args; in nlmclnt_setlockargs()
241 struct nlm_args *argp = &req->a_args; in nlmclnt_call()
324 struct nlm_args *argp = &req->a_args; in nlmsvc_async_call()
351 struct nlm_args *argp = &req->a_args; in nlmclnt_async_call()