• Home
  • Raw
  • Download

Lines Matching refs:__be32

82 	__be32 *		buffer;
86 __be32 status;
90 __be32 status;
96 __be32 status;
102 __be32 status;
107 __be32 status;
114 __be32 status;
119 __be32 * buffer;
121 __be32 * offset;
125 __be32 status;
147 int nfssvc_decode_void(struct svc_rqst *, __be32 *);
148 int nfssvc_decode_fhandle(struct svc_rqst *, __be32 *);
149 int nfssvc_decode_sattrargs(struct svc_rqst *, __be32 *);
150 int nfssvc_decode_diropargs(struct svc_rqst *, __be32 *);
151 int nfssvc_decode_readargs(struct svc_rqst *, __be32 *);
152 int nfssvc_decode_writeargs(struct svc_rqst *, __be32 *);
153 int nfssvc_decode_createargs(struct svc_rqst *, __be32 *);
154 int nfssvc_decode_renameargs(struct svc_rqst *, __be32 *);
155 int nfssvc_decode_readlinkargs(struct svc_rqst *, __be32 *);
156 int nfssvc_decode_linkargs(struct svc_rqst *, __be32 *);
157 int nfssvc_decode_symlinkargs(struct svc_rqst *, __be32 *);
158 int nfssvc_decode_readdirargs(struct svc_rqst *, __be32 *);
159 int nfssvc_encode_void(struct svc_rqst *, __be32 *);
160 int nfssvc_encode_stat(struct svc_rqst *, __be32 *);
161 int nfssvc_encode_attrstat(struct svc_rqst *, __be32 *);
162 int nfssvc_encode_diropres(struct svc_rqst *, __be32 *);
163 int nfssvc_encode_readlinkres(struct svc_rqst *, __be32 *);
164 int nfssvc_encode_readres(struct svc_rqst *, __be32 *);
165 int nfssvc_encode_statfsres(struct svc_rqst *, __be32 *);
166 int nfssvc_encode_readdirres(struct svc_rqst *, __be32 *);
176 __be32 *nfs2svc_encode_fattr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp, struct kstat *s…
177 __be32 *nfs2svc_decode_fh(__be32 *p, struct svc_fh *fhp);