Searched refs:nlm_args (Results 1 – 1 of 1) sorted by relevance
/external/kernel-headers/original/linux/lockd/ |
D | xdr.h | 50 struct nlm_args { struct 61 typedef struct nlm_args nlm_args; argument 87 #define NLMSVC_XDRSIZE sizeof(struct nlm_args) 89 int nlmsvc_decode_testargs(struct svc_rqst *, u32 *, struct nlm_args *); 91 int nlmsvc_decode_lockargs(struct svc_rqst *, u32 *, struct nlm_args *); 92 int nlmsvc_decode_cancargs(struct svc_rqst *, u32 *, struct nlm_args *); 93 int nlmsvc_decode_unlockargs(struct svc_rqst *, u32 *, struct nlm_args *); 98 int nlmsvc_decode_shareargs(struct svc_rqst *, u32 *, struct nlm_args *); 100 int nlmsvc_decode_notify(struct svc_rqst *, u32 *, struct nlm_args *);
|