diff options
Diffstat (limited to 'include/linux/nfsd')
-rw-r--r-- | include/linux/nfsd/xdr4.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/nfsd/xdr4.h b/include/linux/nfsd/xdr4.h index 28af925c2a3d..294940c58094 100644 --- a/include/linux/nfsd/xdr4.h +++ b/include/linux/nfsd/xdr4.h | |||
@@ -471,6 +471,18 @@ extern __be32 nfsd4_setclientid(struct svc_rqst *rqstp, | |||
471 | extern __be32 nfsd4_setclientid_confirm(struct svc_rqst *rqstp, | 471 | extern __be32 nfsd4_setclientid_confirm(struct svc_rqst *rqstp, |
472 | struct nfsd4_compound_state *, | 472 | struct nfsd4_compound_state *, |
473 | struct nfsd4_setclientid_confirm *setclientid_confirm); | 473 | struct nfsd4_setclientid_confirm *setclientid_confirm); |
474 | extern __be32 nfsd4_exchange_id(struct svc_rqst *rqstp, | ||
475 | struct nfsd4_compound_state *, | ||
476 | struct nfsd4_exchange_id *); | ||
477 | extern __be32 nfsd4_create_session(struct svc_rqst *, | ||
478 | struct nfsd4_compound_state *, | ||
479 | struct nfsd4_create_session *); | ||
480 | extern __be32 nfsd4_sequence(struct svc_rqst *, | ||
481 | struct nfsd4_compound_state *, | ||
482 | struct nfsd4_sequence *); | ||
483 | extern __be32 nfsd4_destroy_session(struct svc_rqst *, | ||
484 | struct nfsd4_compound_state *, | ||
485 | struct nfsd4_destroy_session *); | ||
474 | extern __be32 nfsd4_process_open1(struct nfsd4_open *open); | 486 | extern __be32 nfsd4_process_open1(struct nfsd4_open *open); |
475 | extern __be32 nfsd4_process_open2(struct svc_rqst *rqstp, | 487 | extern __be32 nfsd4_process_open2(struct svc_rqst *rqstp, |
476 | struct svc_fh *current_fh, struct nfsd4_open *open); | 488 | struct svc_fh *current_fh, struct nfsd4_open *open); |