Home
last modified time | relevance | path

Searched refs:nlm_host (Results 1 – 4 of 4) sorted by relevance

/include/linux/lockd/
Dlockd.h43 struct nlm_host { struct
102 static inline struct sockaddr_in *nlm_addr_in(const struct nlm_host *host) in nlm_addr_in()
107 static inline struct sockaddr *nlm_addr(const struct nlm_host *host) in nlm_addr()
112 static inline struct sockaddr_in *nlm_srcaddr_in(const struct nlm_host *host) in nlm_srcaddr_in()
117 static inline struct sockaddr *nlm_srcaddr(const struct nlm_host *host) in nlm_srcaddr()
129 struct nlm_host *host;
143 struct nlm_host * a_host; /* host handle */
182 struct nlm_host * b_host; /* host handle for RPC clnt */
211 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
215 struct nlm_wait * nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl);
[all …]
Dshare.h18 struct nlm_host * s_host; /* client host */
25 __be32 nlmsvc_share_file(struct nlm_host *, struct nlm_file *,
27 __be32 nlmsvc_unshare_file(struct nlm_host *, struct nlm_file *,
29 void nlmsvc_traverse_shares(struct nlm_host *, struct nlm_file *,
Dbind.h57 extern struct nlm_host *nlmclnt_init(const struct nlmclnt_initdata *nlm_init);
58 extern void nlmclnt_done(struct nlm_host *host);
79 extern int nlmclnt_proc(struct nlm_host *host, int cmd, struct file_lock *fl, void *data);
/include/linux/
Dnfs_fs_sb.h17 struct nlm_host;
139 struct nlm_host *nlm_host; /* NLM client handle */ member