Searched defs:nlm_vhold (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h182 * struct nlm_vhold:
183 * nv_vp: a pointer to vnode that is hold by given nlm_vhold
188 struct nlm_vhold { struct
192 TAILQ_ENTRY(nlm_vhold) nv_link; /* (l) */
194 TAILQ_HEAD(nlm_vhold_list, nlm_vhold);
586 struct nlm_vhold *nlm_vhold_get(struct nlm_host *, vnode_t *);
587 void nlm_vhold_release(struct nlm_host *, struct nlm_vhold *);
588 struct nlm_vhold *nlm_vhold_find_locked(struct nlm_host *, const vnode_t *);
599 struct nlm_vhold *, struct flock64 *);
601 struct nlm_vhold *, struc
[all...]

Completed in 60 milliseconds