Lines Matching refs:svc_rqst

282 	struct svc_rqst *op_rqstp;
307 struct svc_rqst *rd_rqstp; /* response */
318 struct svc_rqst *rd_rqstp; /* response */
331 struct svc_rqst *rl_rqstp; /* request */
718 struct svc_rqst *rqstp;
732 struct svc_rqst * rqstp;
763 static inline bool nfsd4_last_compound_op(struct svc_rqst *rqstp) in nfsd4_last_compound_op()
772 int nfsd4_max_reply(struct svc_rqst *rqstp, struct nfsd4_op *op);
788 bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp);
789 bool nfs4svc_decode_compoundargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
790 bool nfs4svc_encode_compoundres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
797 u32 *bmval, struct svc_rqst *, int ignore_crossmnt);
798 extern __be32 nfsd4_setclientid(struct svc_rqst *rqstp,
800 extern __be32 nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
802 extern __be32 nfsd4_exchange_id(struct svc_rqst *rqstp,
804 extern __be32 nfsd4_backchannel_ctl(struct svc_rqst *,
806 extern __be32 nfsd4_bind_conn_to_session(struct svc_rqst *,
808 extern __be32 nfsd4_create_session(struct svc_rqst *,
810 extern __be32 nfsd4_sequence(struct svc_rqst *,
813 extern __be32 nfsd4_destroy_session(struct svc_rqst *,
815 extern __be32 nfsd4_destroy_clientid(struct svc_rqst *, struct nfsd4_compound_state *,
817 __be32 nfsd4_reclaim_complete(struct svc_rqst *, struct nfsd4_compound_state *,
821 extern __be32 nfsd4_process_open2(struct svc_rqst *rqstp,
826 extern __be32 nfsd4_open_confirm(struct svc_rqst *rqstp,
828 extern __be32 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
830 extern __be32 nfsd4_open_downgrade(struct svc_rqst *rqstp,
832 extern __be32 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
834 extern __be32 nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
836 extern __be32 nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
839 nfsd4_release_lockowner(struct svc_rqst *rqstp,
841 extern void nfsd4_release_compoundargs(struct svc_rqst *rqstp);
842 extern __be32 nfsd4_delegreturn(struct svc_rqst *rqstp,
844 extern __be32 nfsd4_renew(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
846 extern __be32 nfsd4_test_stateid(struct svc_rqst *rqstp,
848 extern __be32 nfsd4_free_stateid(struct svc_rqst *rqstp,
885 __be32 (*op_func)(struct svc_rqst *, struct nfsd4_compound_state *,
891 u32 (*op_rsize_bop)(const struct svc_rqst *rqstp,