Lines Matching refs:svc_rqst
283 struct svc_rqst *rd_rqstp; /* response */
293 struct svc_rqst *rd_rqstp; /* response */
306 struct svc_rqst *rl_rqstp; /* request */
626 struct svc_rqst *rqstp;
640 struct svc_rqst * rqstp;
670 static inline bool nfsd4_last_compound_op(struct svc_rqst *rqstp) in nfsd4_last_compound_op()
679 int nfsd4_max_reply(struct svc_rqst *rqstp, struct nfsd4_op *op);
701 bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp);
702 int nfs4svc_encode_voidres(struct svc_rqst *, __be32 *);
703 int nfs4svc_decode_compoundargs(struct svc_rqst *, __be32 *);
704 int nfs4svc_encode_compoundres(struct svc_rqst *, __be32 *);
711 u32 *bmval, struct svc_rqst *, int ignore_crossmnt);
712 extern __be32 nfsd4_setclientid(struct svc_rqst *rqstp,
714 extern __be32 nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
716 extern __be32 nfsd4_exchange_id(struct svc_rqst *rqstp,
718 extern __be32 nfsd4_backchannel_ctl(struct svc_rqst *,
720 extern __be32 nfsd4_bind_conn_to_session(struct svc_rqst *,
722 extern __be32 nfsd4_create_session(struct svc_rqst *,
724 extern __be32 nfsd4_sequence(struct svc_rqst *,
727 extern __be32 nfsd4_destroy_session(struct svc_rqst *,
729 extern __be32 nfsd4_destroy_clientid(struct svc_rqst *, struct nfsd4_compound_state *,
731 __be32 nfsd4_reclaim_complete(struct svc_rqst *, struct nfsd4_compound_state *,
735 extern __be32 nfsd4_process_open2(struct svc_rqst *rqstp,
740 extern __be32 nfsd4_open_confirm(struct svc_rqst *rqstp,
742 extern __be32 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
744 extern __be32 nfsd4_open_downgrade(struct svc_rqst *rqstp,
746 extern __be32 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
748 extern __be32 nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
750 extern __be32 nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
753 nfsd4_release_lockowner(struct svc_rqst *rqstp,
755 extern void nfsd4_release_compoundargs(struct svc_rqst *rqstp);
756 extern __be32 nfsd4_delegreturn(struct svc_rqst *rqstp,
758 extern __be32 nfsd4_renew(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
760 extern __be32 nfsd4_test_stateid(struct svc_rqst *rqstp,
762 extern __be32 nfsd4_free_stateid(struct svc_rqst *rqstp,
799 __be32 (*op_func)(struct svc_rqst *, struct nfsd4_compound_state *,
805 u32 (*op_rsize_bop)(struct svc_rqst *, struct nfsd4_op *);