Lines Matching refs:nlm_host
43 struct nlm_host { struct
102 static inline struct sockaddr *nlm_addr(const struct nlm_host *host) in nlm_addr()
107 static inline struct sockaddr *nlm_srcaddr(const struct nlm_host *host) in nlm_srcaddr()
119 struct nlm_host *host;
130 struct nlm_host *b_host;
142 struct nlm_host * a_host; /* host handle */
181 struct nlm_host * b_host; /* host handle for RPC clnt */
212 struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
216 void nlmclnt_prepare_block(struct nlm_wait *block, struct nlm_host *host,
223 void nlmclnt_recovery(struct nlm_host *);
224 int nlmclnt_reclaim(struct nlm_host *, struct file_lock *,
231 struct nlm_host *nlmclnt_lookup_host(const struct sockaddr *sap,
239 void nlmclnt_release_host(struct nlm_host *);
240 struct nlm_host *nlmsvc_lookup_host(const struct svc_rqst *rqstp,
243 void nlmsvc_release_host(struct nlm_host *);
244 struct rpc_clnt * nlm_bind_host(struct nlm_host *);
245 void nlm_rebind_host(struct nlm_host *);
246 struct nlm_host * nlm_get_host(struct nlm_host *);
255 int nsm_monitor(const struct nlm_host *host);
256 void nsm_unmonitor(const struct nlm_host *host);
271 typedef int (*nlm_host_match_fn_t)(void *cur, struct nlm_host *ref);
278 struct nlm_host *, struct nlm_lock *, int,
282 struct nlm_host *host, struct nlm_lock *lock,
286 void nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
290 void nlmsvc_locks_init_private(struct file_lock *, struct nlm_host *, pid_t);
301 void nlmsvc_free_host_resources(struct nlm_host *);