aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r--fs/nfs/internal.h9
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 */
217void nfs_close_context(struct nfs_open_context *ctx, int is_sync); 217void nfs_close_context(struct nfs_open_context *ctx, int is_sync);
218extern 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 */
220extern int nfs_access_cache_shrinker(struct shrinker *shrink, 224extern 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 */
281extern 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);
277extern int _nfs4_call_sync(struct nfs_server *server, 286extern 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,