Symbol: nlm_host
usr/src/uts/common/klm/nlm_impl.h
375
TAILQ_HEAD(nlm_host_list, nlm_host);
usr/src/uts/common/klm/nlm_impl.h
505
extern void nlm_register_lock_locally(struct vnode *, struct nlm_host *,
usr/src/uts/common/klm/nlm_impl.h
531
void nlm_rpc_cache_destroy(struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.h
539
void nlm_reclaim_client(struct nlm_globals *, struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.h
540
void nlm_client_cancel_all(struct nlm_globals *, struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.h
579
void nlm_host_release(struct nlm_globals *, struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.h
581
void nlm_host_monitor(struct nlm_globals *, struct nlm_host *, int);
usr/src/uts/common/klm/nlm_impl.h
582
void nlm_host_unmonitor(struct nlm_globals *, struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.h
584
void nlm_host_notify_server(struct nlm_host *, int32_t);
usr/src/uts/common/klm/nlm_impl.h
585
void nlm_host_notify_client(struct nlm_host *, int32_t);
usr/src/uts/common/klm/nlm_impl.h
587
int nlm_host_get_state(struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.h
589
struct nlm_vhold *nlm_vhold_get(struct nlm_host *, vnode_t *);
usr/src/uts/common/klm/nlm_impl.h
590
void nlm_vhold_release(struct nlm_host *, struct nlm_vhold *);
usr/src/uts/common/klm/nlm_impl.h
591
struct nlm_vhold *nlm_vhold_find_locked(struct nlm_host *, const vnode_t *);
usr/src/uts/common/klm/nlm_impl.h
594
struct nlm_host *, struct nlm4_lock *, struct vnode *);
usr/src/uts/common/klm/nlm_impl.h
598
struct nlm_host *, struct nlm4_lock *);
usr/src/uts/common/klm/nlm_impl.h
599
void nlm_host_cancel_slocks(struct nlm_globals *, struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.h
601
int nlm_slreq_register(struct nlm_host *,
usr/src/uts/common/klm/nlm_impl.h
603
int nlm_slreq_unregister(struct nlm_host *,
usr/src/uts/common/klm/nlm_impl.h
606
void nlm_shres_track(struct nlm_host *, vnode_t *, struct shrlock *);
usr/src/uts/common/klm/nlm_impl.h
607
void nlm_shres_untrack(struct nlm_host *, vnode_t *, struct shrlock *);
usr/src/uts/common/klm/nlm_impl.h
608
struct nlm_shres *nlm_get_active_shres(struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.h
611
int nlm_host_wait_grace(struct nlm_host *);
usr/src/uts/common/klm/nlm_impl.h
615
int nlm_host_get_rpc(struct nlm_host *, int, nlm_rpc_t **);
usr/src/uts/common/klm/nlm_impl.h
616
void nlm_host_rele_rpc(struct nlm_host *, nlm_rpc_t *);