Lines Matching refs:nlm_host

41 struct nlm_host {  struct
98 static inline struct sockaddr_in *nlm_addr_in(const struct nlm_host *host) in nlm_addr_in()
103 static inline struct sockaddr *nlm_addr(const struct nlm_host *host) in nlm_addr()
108 static inline struct sockaddr_in *nlm_srcaddr_in(const struct nlm_host *host) in nlm_srcaddr_in()
113 static inline struct sockaddr *nlm_srcaddr(const struct nlm_host *host) in nlm_srcaddr()
125 struct nlm_host *host;
139 struct nlm_host * a_host; /* host handle */
176 struct nlm_host * b_host; /* host handle for RPC clnt */
205 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
209 struct nlm_wait * nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl);
214 void nlmclnt_recovery(struct nlm_host *);
215 int nlmclnt_reclaim(struct nlm_host *, struct file_lock *,
222 struct nlm_host *nlmclnt_lookup_host(const struct sockaddr *sap,
229 void nlmclnt_release_host(struct nlm_host *);
230 struct nlm_host *nlmsvc_lookup_host(const struct svc_rqst *rqstp,
233 void nlmsvc_release_host(struct nlm_host *);
234 struct rpc_clnt * nlm_bind_host(struct nlm_host *);
235 void nlm_rebind_host(struct nlm_host *);
236 struct nlm_host * nlm_get_host(struct nlm_host *);
245 int nsm_monitor(const struct nlm_host *host);
246 void nsm_unmonitor(const struct nlm_host *host);
261 typedef int (*nlm_host_match_fn_t)(void *cur, struct nlm_host *ref);
267 struct nlm_host *, struct nlm_lock *, int,
271 struct nlm_host *, struct nlm_lock *,
275 void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
287 void nlmsvc_free_host_resources(struct nlm_host *);