nlm_host           52 include/linux/lockd/bind.h extern struct nlm_host *nlmclnt_init(const struct nlmclnt_initdata *nlm_init);
nlm_host           53 include/linux/lockd/bind.h extern void	nlmclnt_done(struct nlm_host *host);
nlm_host           55 include/linux/lockd/bind.h extern int	nlmclnt_proc(struct nlm_host *host, int cmd,
nlm_host           97 include/linux/lockd/lockd.h static inline struct sockaddr_in *nlm_addr_in(const struct nlm_host *host)
nlm_host          102 include/linux/lockd/lockd.h static inline struct sockaddr *nlm_addr(const struct nlm_host *host)
nlm_host          107 include/linux/lockd/lockd.h static inline struct sockaddr_in *nlm_srcaddr_in(const struct nlm_host *host)
nlm_host          112 include/linux/lockd/lockd.h static inline struct sockaddr *nlm_srcaddr(const struct nlm_host *host)
nlm_host          124 include/linux/lockd/lockd.h 	struct nlm_host *host;
nlm_host          138 include/linux/lockd/lockd.h 	struct nlm_host *	a_host;		/* host handle */
nlm_host          175 include/linux/lockd/lockd.h 	struct nlm_host *	b_host;		/* host handle for RPC clnt */
nlm_host          204 include/linux/lockd/lockd.h struct nlm_rqst * nlm_alloc_call(struct nlm_host *host);
nlm_host          208 include/linux/lockd/lockd.h struct nlm_wait * nlmclnt_prepare_block(struct nlm_host *host, struct file_lock *fl);
nlm_host          213 include/linux/lockd/lockd.h void		  nlmclnt_recovery(struct nlm_host *);
nlm_host          214 include/linux/lockd/lockd.h int		  nlmclnt_reclaim(struct nlm_host *, struct file_lock *,
nlm_host          221 include/linux/lockd/lockd.h struct nlm_host  *nlmclnt_lookup_host(const struct sockaddr *sap,
nlm_host          228 include/linux/lockd/lockd.h void		  nlmclnt_release_host(struct nlm_host *);
nlm_host          229 include/linux/lockd/lockd.h struct nlm_host  *nlmsvc_lookup_host(const struct svc_rqst *rqstp,
nlm_host          232 include/linux/lockd/lockd.h void		  nlmsvc_release_host(struct nlm_host *);
nlm_host          233 include/linux/lockd/lockd.h struct rpc_clnt * nlm_bind_host(struct nlm_host *);
nlm_host          234 include/linux/lockd/lockd.h void		  nlm_rebind_host(struct nlm_host *);
nlm_host          235 include/linux/lockd/lockd.h struct nlm_host * nlm_get_host(struct nlm_host *);
nlm_host          243 include/linux/lockd/lockd.h int		  nsm_monitor(const struct nlm_host *host);
nlm_host          244 include/linux/lockd/lockd.h void		  nsm_unmonitor(const struct nlm_host *host);
nlm_host          257 include/linux/lockd/lockd.h typedef int	  (*nlm_host_match_fn_t)(void *cur, struct nlm_host *ref);
nlm_host          263 include/linux/lockd/lockd.h 			      struct nlm_host *, struct nlm_lock *, int,
nlm_host          267 include/linux/lockd/lockd.h 			struct nlm_host *, struct nlm_lock *,
nlm_host          271 include/linux/lockd/lockd.h void		  nlmsvc_traverse_blocks(struct nlm_host *, struct nlm_file *,
nlm_host          283 include/linux/lockd/lockd.h void		  nlmsvc_free_host_resources(struct nlm_host *);
nlm_host           17 include/linux/lockd/share.h 	struct nlm_host *	s_host;		/* client host */
nlm_host           24 include/linux/lockd/share.h __be32	nlmsvc_share_file(struct nlm_host *, struct nlm_file *,
nlm_host           26 include/linux/lockd/share.h __be32	nlmsvc_unshare_file(struct nlm_host *, struct nlm_file *,
nlm_host           28 include/linux/lockd/share.h void	nlmsvc_traverse_shares(struct nlm_host *, struct nlm_file *,
nlm_host           15 include/linux/nfs_fs_sb.h struct nlm_host;
nlm_host          126 include/linux/nfs_fs_sb.h 	struct nlm_host		*nlm_host;	/* NLM client handle */