Lines Matching refs:nlm_host

43 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 */
181 struct nlm_host * b_host; /* host handle for RPC clnt */
210 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
214 struct nlm_wait * nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl);
219 void nlmclnt_recovery(struct nlm_host *);
220 int nlmclnt_reclaim(struct nlm_host *, struct file_lock *,
227 struct nlm_host *nlmclnt_lookup_host(const struct sockaddr *sap,
235 void nlmclnt_release_host(struct nlm_host *);
236 struct nlm_host *nlmsvc_lookup_host(const struct svc_rqst *rqstp,
239 void nlmsvc_release_host(struct nlm_host *);
240 struct rpc_clnt * nlm_bind_host(struct nlm_host *);
241 void nlm_rebind_host(struct nlm_host *);
242 struct nlm_host * nlm_get_host(struct nlm_host *);
251 int nsm_monitor(const struct nlm_host *host);
252 void nsm_unmonitor(const struct nlm_host *host);
267 typedef int (*nlm_host_match_fn_t)(void *cur, struct nlm_host *ref);
273 struct nlm_host *, struct nlm_lock *, int,
277 struct nlm_host *, struct nlm_lock *,
281 void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
285 void nlmsvc_locks_init_private(struct file_lock *, struct nlm_host *, pid_t);
295 void nlmsvc_free_host_resources(struct nlm_host *);