/linux-2.4.37.9/include/linux/lockd/ |
D | xdr.h | 50 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 *);
|
D | xdr4.h | 26 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 *);
|
D | share.h | 25 struct nlm_args *); 27 struct nlm_args *);
|
D | lockd.h | 68 struct nlm_args a_args; /* arguments */
|
/linux-2.4.37.9/fs/lockd/ |
D | svc4proc.c | 31 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 …]
|
D | svcproc.c | 60 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 …]
|
D | xdr.c | 243 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()
|
D | xdr4.c | 249 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()
|
D | svcshare.c | 28 struct nlm_args *argp) in nlmsvc_share_file() 69 struct nlm_args *argp) in nlmsvc_unshare_file()
|
D | clntproc.c | 50 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()
|