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 */
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);
220 void nlmclnt_recovery(struct nlm_host *);
221 int nlmclnt_reclaim(struct nlm_host *, struct file_lock *,
228 struct nlm_host *nlmclnt_lookup_host(const struct sockaddr *sap,
236 void nlmclnt_release_host(struct nlm_host *);
237 struct nlm_host *nlmsvc_lookup_host(const struct svc_rqst *rqstp,
240 void nlmsvc_release_host(struct nlm_host *);
241 struct rpc_clnt * nlm_bind_host(struct nlm_host *);
242 void nlm_rebind_host(struct nlm_host *);
243 struct nlm_host * nlm_get_host(struct nlm_host *);
252 int nsm_monitor(const struct nlm_host *host);
253 void nsm_unmonitor(const struct nlm_host *host);
268 typedef int (*nlm_host_match_fn_t)(void *cur, struct nlm_host *ref);
275 struct nlm_host *, struct nlm_lock *, int,
279 struct nlm_host *, struct nlm_lock *,
283 void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
287 void nlmsvc_locks_init_private(struct file_lock *, struct nlm_host *, pid_t);
298 void nlmsvc_free_host_resources(struct nlm_host *);