Lines Matching refs:nlm_host

41 struct nlm_host {  struct
100 static inline struct sockaddr_in *nlm_addr_in(const struct nlm_host *host) in nlm_addr_in()
105 static inline struct sockaddr *nlm_addr(const struct nlm_host *host) in nlm_addr()
110 static inline struct sockaddr_in *nlm_srcaddr_in(const struct nlm_host *host) in nlm_srcaddr_in()
115 static inline struct sockaddr *nlm_srcaddr(const struct nlm_host *host) in nlm_srcaddr()
127 struct nlm_host *host;
141 struct nlm_host * a_host; /* host handle */
179 struct nlm_host * b_host; /* host handle for RPC clnt */
208 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
212 struct nlm_wait * nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl);
217 void nlmclnt_recovery(struct nlm_host *);
218 int nlmclnt_reclaim(struct nlm_host *, struct file_lock *,
225 struct nlm_host *nlmclnt_lookup_host(const struct sockaddr *sap,
233 void nlmclnt_release_host(struct nlm_host *);
234 struct nlm_host *nlmsvc_lookup_host(const struct svc_rqst *rqstp,
237 void nlmsvc_release_host(struct nlm_host *);
238 struct rpc_clnt * nlm_bind_host(struct nlm_host *);
239 void nlm_rebind_host(struct nlm_host *);
240 struct nlm_host * nlm_get_host(struct nlm_host *);
249 int nsm_monitor(const struct nlm_host *host);
250 void nsm_unmonitor(const struct nlm_host *host);
265 typedef int (*nlm_host_match_fn_t)(void *cur, struct nlm_host *ref);
271 struct nlm_host *, struct nlm_lock *, int,
275 struct nlm_host *, struct nlm_lock *,
279 void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
283 void nlmsvc_locks_init_private(struct file_lock *, struct nlm_host *, pid_t);
293 void nlmsvc_free_host_resources(struct nlm_host *);