diff options
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index cf9fdbdabc67..4d7b3a97e522 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -215,6 +215,10 @@ extern struct rpc_procinfo nfs4_procedures[]; | |||
215 | 215 | ||
216 | /* proc.c */ | 216 | /* proc.c */ |
217 | void nfs_close_context(struct nfs_open_context *ctx, int is_sync); | 217 | void nfs_close_context(struct nfs_open_context *ctx, int is_sync); |
218 | extern int nfs_init_client(struct nfs_client *clp, | ||
219 | const struct rpc_timeout *timeparms, | ||
220 | const char *ip_addr, rpc_authflavor_t authflavour, | ||
221 | int noresvport); | ||
218 | 222 | ||
219 | /* dir.c */ | 223 | /* dir.c */ |
220 | extern int nfs_access_cache_shrinker(struct shrinker *shrink, | 224 | extern int nfs_access_cache_shrinker(struct shrinker *shrink, |
@@ -274,6 +278,11 @@ extern int nfs_migrate_page(struct address_space *, | |||
274 | #endif | 278 | #endif |
275 | 279 | ||
276 | /* nfs4proc.c */ | 280 | /* nfs4proc.c */ |
281 | extern int nfs4_init_client(struct nfs_client *clp, | ||
282 | const struct rpc_timeout *timeparms, | ||
283 | const char *ip_addr, | ||
284 | rpc_authflavor_t authflavour, | ||
285 | int noresvport); | ||
277 | extern int _nfs4_call_sync(struct nfs_server *server, | 286 | extern int _nfs4_call_sync(struct nfs_server *server, |
278 | struct rpc_message *msg, | 287 | struct rpc_message *msg, |
279 | struct nfs4_sequence_args *args, | 288 | struct nfs4_sequence_args *args, |