Lines Matching refs:svc_rqst

305 	struct svc_rqst		*rd_rqstp;          /* response */
315 struct svc_rqst *rd_rqstp; /* response */
328 struct svc_rqst *rl_rqstp; /* request */
689 struct svc_rqst *rqstp;
703 struct svc_rqst * rqstp;
734 static inline bool nfsd4_last_compound_op(struct svc_rqst *rqstp) in nfsd4_last_compound_op()
743 int nfsd4_max_reply(struct svc_rqst *rqstp, struct nfsd4_op *op);
759 bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp);
760 bool nfs4svc_decode_compoundargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
761 bool nfs4svc_encode_compoundres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
768 u32 *bmval, struct svc_rqst *, int ignore_crossmnt);
769 extern __be32 nfsd4_setclientid(struct svc_rqst *rqstp,
771 extern __be32 nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
773 extern __be32 nfsd4_exchange_id(struct svc_rqst *rqstp,
775 extern __be32 nfsd4_backchannel_ctl(struct svc_rqst *,
777 extern __be32 nfsd4_bind_conn_to_session(struct svc_rqst *,
779 extern __be32 nfsd4_create_session(struct svc_rqst *,
781 extern __be32 nfsd4_sequence(struct svc_rqst *,
784 extern __be32 nfsd4_destroy_session(struct svc_rqst *,
786 extern __be32 nfsd4_destroy_clientid(struct svc_rqst *, struct nfsd4_compound_state *,
788 __be32 nfsd4_reclaim_complete(struct svc_rqst *, struct nfsd4_compound_state *,
792 extern __be32 nfsd4_process_open2(struct svc_rqst *rqstp,
797 extern __be32 nfsd4_open_confirm(struct svc_rqst *rqstp,
799 extern __be32 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
801 extern __be32 nfsd4_open_downgrade(struct svc_rqst *rqstp,
803 extern __be32 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
805 extern __be32 nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
807 extern __be32 nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
810 nfsd4_release_lockowner(struct svc_rqst *rqstp,
812 extern void nfsd4_release_compoundargs(struct svc_rqst *rqstp);
813 extern __be32 nfsd4_delegreturn(struct svc_rqst *rqstp,
815 extern __be32 nfsd4_renew(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
817 extern __be32 nfsd4_test_stateid(struct svc_rqst *rqstp,
819 extern __be32 nfsd4_free_stateid(struct svc_rqst *rqstp,
856 __be32 (*op_func)(struct svc_rqst *, struct nfsd4_compound_state *,
862 u32 (*op_rsize_bop)(struct svc_rqst *, struct nfsd4_op *);