Lines Matching refs:svc_rqst
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 *);
171 void nfssvc_release_attrstat(struct svc_rqst *rqstp);
172 void nfssvc_release_diropres(struct svc_rqst *rqstp);
173 void nfssvc_release_readres(struct svc_rqst *rqstp);
176 __be32 *nfs2svc_encode_fattr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp, struct kstat *s…