• Home
  • Raw
  • Download

Lines Matching refs:svc_rqst

309 	struct svc_rqst		*rd_rqstp;          /* response */
319 struct svc_rqst *rd_rqstp; /* response */
332 struct svc_rqst *rl_rqstp; /* request */
708 struct svc_rqst *rqstp;
722 struct svc_rqst * rqstp;
752 static inline bool nfsd4_last_compound_op(struct svc_rqst *rqstp) in nfsd4_last_compound_op()
761 int nfsd4_max_reply(struct svc_rqst *rqstp, struct nfsd4_op *op);
783 bool nfsd4_mach_creds_match(struct nfs4_client *cl, struct svc_rqst *rqstp);
784 int nfs4svc_decode_voidarg(struct svc_rqst *, __be32 *);
785 int nfs4svc_encode_voidres(struct svc_rqst *, __be32 *);
786 int nfs4svc_decode_compoundargs(struct svc_rqst *, __be32 *);
787 int nfs4svc_encode_compoundres(struct svc_rqst *, __be32 *);
794 u32 *bmval, struct svc_rqst *, int ignore_crossmnt);
795 extern __be32 nfsd4_setclientid(struct svc_rqst *rqstp,
797 extern __be32 nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
799 extern __be32 nfsd4_exchange_id(struct svc_rqst *rqstp,
801 extern __be32 nfsd4_backchannel_ctl(struct svc_rqst *,
803 extern __be32 nfsd4_bind_conn_to_session(struct svc_rqst *,
805 extern __be32 nfsd4_create_session(struct svc_rqst *,
807 extern __be32 nfsd4_sequence(struct svc_rqst *,
810 extern __be32 nfsd4_destroy_session(struct svc_rqst *,
812 extern __be32 nfsd4_destroy_clientid(struct svc_rqst *, struct nfsd4_compound_state *,
814 __be32 nfsd4_reclaim_complete(struct svc_rqst *, struct nfsd4_compound_state *,
818 extern __be32 nfsd4_process_open2(struct svc_rqst *rqstp,
823 extern __be32 nfsd4_open_confirm(struct svc_rqst *rqstp,
825 extern __be32 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
827 extern __be32 nfsd4_open_downgrade(struct svc_rqst *rqstp,
829 extern __be32 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
831 extern __be32 nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
833 extern __be32 nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
836 nfsd4_release_lockowner(struct svc_rqst *rqstp,
838 extern void nfsd4_release_compoundargs(struct svc_rqst *rqstp);
839 extern __be32 nfsd4_delegreturn(struct svc_rqst *rqstp,
841 extern __be32 nfsd4_renew(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
843 extern __be32 nfsd4_test_stateid(struct svc_rqst *rqstp,
845 extern __be32 nfsd4_free_stateid(struct svc_rqst *rqstp,
882 __be32 (*op_func)(struct svc_rqst *, struct nfsd4_compound_state *,
888 u32 (*op_rsize_bop)(struct svc_rqst *, struct nfsd4_op *);