Home
last modified time | relevance | path

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

/include/linux/lockd/
Dxdr.h61 struct nlm_args { struct
72 typedef struct nlm_args nlm_args; argument
96 #define NLMSVC_XDRSIZE sizeof(struct nlm_args)
98 int nlmsvc_decode_testargs(struct svc_rqst *, __be32 *, struct nlm_args *);
100 int nlmsvc_decode_lockargs(struct svc_rqst *, __be32 *, struct nlm_args *);
101 int nlmsvc_decode_cancargs(struct svc_rqst *, __be32 *, struct nlm_args *);
102 int nlmsvc_decode_unlockargs(struct svc_rqst *, __be32 *, struct nlm_args *);
107 int nlmsvc_decode_shareargs(struct svc_rqst *, __be32 *, struct nlm_args *);
109 int nlmsvc_decode_notify(struct svc_rqst *, __be32 *, struct nlm_args *);
Dxdr4.h26 int nlm4svc_decode_testargs(struct svc_rqst *, __be32 *, struct nlm_args *);
28 int nlm4svc_decode_lockargs(struct svc_rqst *, __be32 *, struct nlm_args *);
29 int nlm4svc_decode_cancargs(struct svc_rqst *, __be32 *, struct nlm_args *);
30 int nlm4svc_decode_unlockargs(struct svc_rqst *, __be32 *, struct nlm_args *);
35 int nlm4svc_decode_shareargs(struct svc_rqst *, __be32 *, struct nlm_args *);
37 int nlm4svc_decode_notify(struct svc_rqst *, __be32 *, struct nlm_args *);
Dshare.h25 struct nlm_args *);
27 struct nlm_args *);
Dlockd.h139 struct nlm_args a_args; /* arguments */