Lines Matching refs:__be32
80 __be32 * buffer;
107 __be32 * buffer;
109 __be32 * offset;
134 int nfssvc_decode_void(struct svc_rqst *, __be32 *, void *);
135 int nfssvc_decode_fhandle(struct svc_rqst *, __be32 *, struct nfsd_fhandle *);
136 int nfssvc_decode_sattrargs(struct svc_rqst *, __be32 *,
138 int nfssvc_decode_diropargs(struct svc_rqst *, __be32 *,
140 int nfssvc_decode_readargs(struct svc_rqst *, __be32 *,
142 int nfssvc_decode_writeargs(struct svc_rqst *, __be32 *,
144 int nfssvc_decode_createargs(struct svc_rqst *, __be32 *,
146 int nfssvc_decode_renameargs(struct svc_rqst *, __be32 *,
148 int nfssvc_decode_readlinkargs(struct svc_rqst *, __be32 *,
150 int nfssvc_decode_linkargs(struct svc_rqst *, __be32 *,
152 int nfssvc_decode_symlinkargs(struct svc_rqst *, __be32 *,
154 int nfssvc_decode_readdirargs(struct svc_rqst *, __be32 *,
156 int nfssvc_encode_void(struct svc_rqst *, __be32 *, void *);
157 int nfssvc_encode_attrstat(struct svc_rqst *, __be32 *, struct nfsd_attrstat *);
158 int nfssvc_encode_diropres(struct svc_rqst *, __be32 *, struct nfsd_diropres *);
159 int nfssvc_encode_readlinkres(struct svc_rqst *, __be32 *, struct nfsd_readlinkres *);
160 int nfssvc_encode_readres(struct svc_rqst *, __be32 *, struct nfsd_readres *);
161 int nfssvc_encode_statfsres(struct svc_rqst *, __be32 *, struct nfsd_statfsres *);
162 int nfssvc_encode_readdirres(struct svc_rqst *, __be32 *, struct nfsd_readdirres *);
167 int nfssvc_release_fhandle(struct svc_rqst *, __be32 *, struct nfsd_fhandle *);
170 __be32 *nfs2svc_encode_fattr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp, struct kstat *s…
171 __be32 *nfs2svc_decode_fh(__be32 *p, struct svc_fh *fhp);