Lines Matching refs:svc_rqst
136 int nfssvc_decode_void(struct svc_rqst *, __be32 *);
137 int nfssvc_decode_fhandle(struct svc_rqst *, __be32 *);
138 int nfssvc_decode_sattrargs(struct svc_rqst *, __be32 *);
139 int nfssvc_decode_diropargs(struct svc_rqst *, __be32 *);
140 int nfssvc_decode_readargs(struct svc_rqst *, __be32 *);
141 int nfssvc_decode_writeargs(struct svc_rqst *, __be32 *);
142 int nfssvc_decode_createargs(struct svc_rqst *, __be32 *);
143 int nfssvc_decode_renameargs(struct svc_rqst *, __be32 *);
144 int nfssvc_decode_readlinkargs(struct svc_rqst *, __be32 *);
145 int nfssvc_decode_linkargs(struct svc_rqst *, __be32 *);
146 int nfssvc_decode_symlinkargs(struct svc_rqst *, __be32 *);
147 int nfssvc_decode_readdirargs(struct svc_rqst *, __be32 *);
148 int nfssvc_encode_void(struct svc_rqst *, __be32 *);
149 int nfssvc_encode_attrstat(struct svc_rqst *, __be32 *);
150 int nfssvc_encode_diropres(struct svc_rqst *, __be32 *);
151 int nfssvc_encode_readlinkres(struct svc_rqst *, __be32 *);
152 int nfssvc_encode_readres(struct svc_rqst *, __be32 *);
153 int nfssvc_encode_statfsres(struct svc_rqst *, __be32 *);
154 int nfssvc_encode_readdirres(struct svc_rqst *, __be32 *);
159 void nfssvc_release_fhandle(struct svc_rqst *);
162 __be32 *nfs2svc_encode_fattr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp, struct kstat *s…