Lines Matching refs:svc_rqst

191 	struct svc_rqst *	rqstp;
276 int nfs3svc_decode_voidarg(struct svc_rqst *, __be32 *);
277 int nfs3svc_decode_fhandle(struct svc_rqst *, __be32 *);
278 int nfs3svc_decode_sattrargs(struct svc_rqst *, __be32 *);
279 int nfs3svc_decode_diropargs(struct svc_rqst *, __be32 *);
280 int nfs3svc_decode_accessargs(struct svc_rqst *, __be32 *);
281 int nfs3svc_decode_readargs(struct svc_rqst *, __be32 *);
282 int nfs3svc_decode_writeargs(struct svc_rqst *, __be32 *);
283 int nfs3svc_decode_createargs(struct svc_rqst *, __be32 *);
284 int nfs3svc_decode_mkdirargs(struct svc_rqst *, __be32 *);
285 int nfs3svc_decode_mknodargs(struct svc_rqst *, __be32 *);
286 int nfs3svc_decode_renameargs(struct svc_rqst *, __be32 *);
287 int nfs3svc_decode_readlinkargs(struct svc_rqst *, __be32 *);
288 int nfs3svc_decode_linkargs(struct svc_rqst *, __be32 *);
289 int nfs3svc_decode_symlinkargs(struct svc_rqst *, __be32 *);
290 int nfs3svc_decode_readdirargs(struct svc_rqst *, __be32 *);
291 int nfs3svc_decode_readdirplusargs(struct svc_rqst *, __be32 *);
292 int nfs3svc_decode_commitargs(struct svc_rqst *, __be32 *);
293 int nfs3svc_encode_voidres(struct svc_rqst *, __be32 *);
294 int nfs3svc_encode_attrstat(struct svc_rqst *, __be32 *);
295 int nfs3svc_encode_wccstat(struct svc_rqst *, __be32 *);
296 int nfs3svc_encode_diropres(struct svc_rqst *, __be32 *);
297 int nfs3svc_encode_accessres(struct svc_rqst *, __be32 *);
298 int nfs3svc_encode_readlinkres(struct svc_rqst *, __be32 *);
299 int nfs3svc_encode_readres(struct svc_rqst *, __be32 *);
300 int nfs3svc_encode_writeres(struct svc_rqst *, __be32 *);
301 int nfs3svc_encode_createres(struct svc_rqst *, __be32 *);
302 int nfs3svc_encode_renameres(struct svc_rqst *, __be32 *);
303 int nfs3svc_encode_linkres(struct svc_rqst *, __be32 *);
304 int nfs3svc_encode_readdirres(struct svc_rqst *, __be32 *);
305 int nfs3svc_encode_fsstatres(struct svc_rqst *, __be32 *);
306 int nfs3svc_encode_fsinfores(struct svc_rqst *, __be32 *);
307 int nfs3svc_encode_pathconfres(struct svc_rqst *, __be32 *);
308 int nfs3svc_encode_commitres(struct svc_rqst *, __be32 *);
310 void nfs3svc_release_fhandle(struct svc_rqst *);
311 void nfs3svc_release_fhandle2(struct svc_rqst *);
319 __be32 *nfs3svc_encode_post_op_attr(struct svc_rqst *rqstp, __be32 *p,