|
@@ -471,6 +471,18 @@ extern __be32 nfsd4_setclientid(struct svc_rqst *rqstp,
|
|
|
extern __be32 nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
|
|
|
struct nfsd4_compound_state *,
|
|
|
struct nfsd4_setclientid_confirm *setclientid_confirm);
|
|
|
+extern __be32 nfsd4_exchange_id(struct svc_rqst *rqstp,
|
|
|
+ struct nfsd4_compound_state *,
|
|
|
+struct nfsd4_exchange_id *);
|
|
|
+ extern __be32 nfsd4_create_session(struct svc_rqst *,
|
|
|
+ struct nfsd4_compound_state *,
|
|
|
+ struct nfsd4_create_session *);
|
|
|
+extern __be32 nfsd4_sequence(struct svc_rqst *,
|
|
|
+ struct nfsd4_compound_state *,
|
|
|
+ struct nfsd4_sequence *);
|
|
|
+extern __be32 nfsd4_destroy_session(struct svc_rqst *,
|
|
|
+ struct nfsd4_compound_state *,
|
|
|
+ struct nfsd4_destroy_session *);
|
|
|
extern __be32 nfsd4_process_open1(struct nfsd4_open *open);
|
|
|
extern __be32 nfsd4_process_open2(struct svc_rqst *rqstp,
|
|
|
struct svc_fh *current_fh, struct nfsd4_open *open);
|