diff options
Diffstat (limited to 'include/linux/lockd')
-rw-r--r-- | include/linux/lockd/bind.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/lockd/bind.h b/include/linux/lockd/bind.h index 6f1637c61e10..ad5402f5456b 100644 --- a/include/linux/lockd/bind.h +++ b/include/linux/lockd/bind.h | |||
@@ -35,6 +35,13 @@ extern struct nlmsvc_binding * nlmsvc_ops; | |||
35 | /* | 35 | /* |
36 | * Functions exported by the lockd module | 36 | * Functions exported by the lockd module |
37 | */ | 37 | */ |
38 | extern struct nlm_host *nlmclnt_init(const char *server_name, | ||
39 | const struct sockaddr *server_address, | ||
40 | size_t server_addrlen, | ||
41 | unsigned short protocol, | ||
42 | u32 nfs_version); | ||
43 | extern void nlmclnt_done(struct nlm_host *host); | ||
44 | |||
38 | extern int nlmclnt_proc(struct inode *, int, struct file_lock *); | 45 | extern int nlmclnt_proc(struct inode *, int, struct file_lock *); |
39 | extern int lockd_up(int proto); | 46 | extern int lockd_up(int proto); |
40 | extern void lockd_down(void); | 47 | extern void lockd_down(void); |