Lines Matching refs:nlm_host
95 static int nlm_frlock_getlk(struct nlm_host *, vnode_t *,
98 static int nlm_frlock_setlk(struct nlm_host *, vnode_t *,
102 static int nlm_reclaim_lock(struct nlm_host *, vnode_t *,
110 struct nlm_host *, struct netobj *,
112 static int nlm_call_unlock(struct flock64 *, struct nlm_host *,
114 static int nlm_call_test(struct flock64 *, struct nlm_host *,
117 struct nlm_host *, int);
126 static int nlm_call_share(struct shrlock *, struct nlm_host *,
128 static int nlm_call_unshare(struct shrlock *, struct nlm_host *,
130 static int nlm_reclaim_share(struct nlm_host *, vnode_t *,
143 nlm_reclaim_client(struct nlm_globals *g, struct nlm_host *hostp) in nlm_reclaim_client()
158 struct nlm_host *, hostp, int, state); in nlm_reclaim_client()
266 struct nlm_host *hostp; in nlm_frlock()
317 nlm_frlock_getlk(struct nlm_host *hostp, vnode_t *vp, in nlm_frlock_getlk()
369 nlm_frlock_setlk(struct nlm_host *hostp, vnode_t *vp, in nlm_frlock_setlk()
469 nlm_client_cancel_all(struct nlm_globals *g, struct nlm_host *hostp) in nlm_client_cancel_all()
618 nlm_register_lock_locally(struct vnode *vp, struct nlm_host *hostp, in nlm_register_lock_locally()
661 nlm_reclaim_lock(struct nlm_host *hostp, vnode_t *vp, in nlm_reclaim_lock()
749 struct nlm_host *hostp, struct netobj *fhp, in nlm_call_lock()
950 struct nlm_host *hostp, int vers) in nlm_call_cancel()
1036 nlm_call_unlock(struct flock64 *flp, struct nlm_host *hostp, in nlm_call_unlock()
1106 nlm_call_test(struct flock64 *flp, struct nlm_host *hostp, in nlm_call_test()
1217 struct nlm_host *host = NULL; in nlm_shrlock()
1285 nlm_reclaim_share(struct nlm_host *hostp, vnode_t *vp, in nlm_reclaim_share()
1338 nlm_call_share(struct shrlock *shr, struct nlm_host *host, in nlm_call_share()
1417 nlm_call_unshare(struct shrlock *shr, struct nlm_host *host, in nlm_call_unshare()