Lines Matching defs:rqstp
718 struct svc_rqst *rqstp;
732 struct svc_rqst * rqstp;
744 struct nfsd4_compoundargs *args = resp->rqstp->rq_argp;
763 static inline bool nfsd4_last_compound_op(struct svc_rqst *rqstp)
765 struct nfsd4_compoundres *resp = rqstp->rq_resp;
766 struct nfsd4_compoundargs *argp = rqstp->rq_argp;
772 int nfsd4_max_reply(struct svc_rqst *rqstp, struct nfsd4_op *op);
777 bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp);
778 bool nfs4svc_decode_compoundargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
779 bool nfs4svc_encode_compoundres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
787 extern __be32 nfsd4_setclientid(struct svc_rqst *rqstp,
789 extern __be32 nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
791 extern __be32 nfsd4_exchange_id(struct svc_rqst *rqstp,
810 extern __be32 nfsd4_process_open2(struct svc_rqst *rqstp,
815 extern __be32 nfsd4_open_confirm(struct svc_rqst *rqstp,
817 extern __be32 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
819 extern __be32 nfsd4_open_downgrade(struct svc_rqst *rqstp,
821 extern __be32 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
823 extern __be32 nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
825 extern __be32 nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
828 nfsd4_release_lockowner(struct svc_rqst *rqstp,
830 extern void nfsd4_release_compoundargs(struct svc_rqst *rqstp);
831 extern __be32 nfsd4_delegreturn(struct svc_rqst *rqstp,
833 extern __be32 nfsd4_renew(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
835 extern __be32 nfsd4_test_stateid(struct svc_rqst *rqstp,
837 extern __be32 nfsd4_free_stateid(struct svc_rqst *rqstp,
880 u32 (*op_rsize_bop)(const struct svc_rqst *rqstp,