diff options
Diffstat (limited to 'include/linux/nfsd')
-rw-r--r-- | include/linux/nfsd/nfsd.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/nfsd/nfsd.h b/include/linux/nfsd/nfsd.h index 8caf4c4f64e6..f4de14d903a6 100644 --- a/include/linux/nfsd/nfsd.h +++ b/include/linux/nfsd/nfsd.h | |||
@@ -56,12 +56,20 @@ extern struct svc_program nfsd_program; | |||
56 | extern struct svc_version nfsd_version2, nfsd_version3, | 56 | extern struct svc_version nfsd_version2, nfsd_version3, |
57 | nfsd_version4; | 57 | nfsd_version4; |
58 | extern struct svc_serv *nfsd_serv; | 58 | extern struct svc_serv *nfsd_serv; |
59 | |||
60 | extern struct seq_operations nfs_exports_op; | ||
61 | |||
59 | /* | 62 | /* |
60 | * Function prototypes. | 63 | * Function prototypes. |
61 | */ | 64 | */ |
62 | int nfsd_svc(unsigned short port, int nrservs); | 65 | int nfsd_svc(unsigned short port, int nrservs); |
63 | int nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp); | 66 | int nfsd_dispatch(struct svc_rqst *rqstp, __be32 *statp); |
64 | 67 | ||
68 | int nfsd_nrthreads(void); | ||
69 | int nfsd_nrpools(void); | ||
70 | int nfsd_get_nrthreads(int n, int *); | ||
71 | int nfsd_set_nrthreads(int n, int *); | ||
72 | |||
65 | /* nfsd/vfs.c */ | 73 | /* nfsd/vfs.c */ |
66 | int fh_lock_parent(struct svc_fh *, struct dentry *); | 74 | int fh_lock_parent(struct svc_fh *, struct dentry *); |
67 | int nfsd_racache_init(int); | 75 | int nfsd_racache_init(int); |