Searched refs:nlm_args (Results 1 – 4 of 4) sorted by relevance
/include/linux/lockd/ |
D | xdr.h | 61 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 *);
|
D | xdr4.h | 26 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 *);
|
D | share.h | 25 struct nlm_args *); 27 struct nlm_args *);
|
D | lockd.h | 139 struct nlm_args a_args; /* arguments */
|