Home
last modified time | relevance | path

Searched refs:nlm_vhold (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/klm/
H A Dnlm_impl.h188 struct nlm_vhold { struct
192 TAILQ_ENTRY(nlm_vhold) nv_link; /* (l) */ argument
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 *, struct flock64 *);
H A Dnlm_impl.c256 struct nlm_vhold *);
257 static bool_t nlm_vhold_busy(struct nlm_host *, struct nlm_vhold *);
258 static void nlm_vhold_clean(struct nlm_vhold *, int);
264 struct nlm_vhold *, struct flock64 *);
280 sizeof (struct nlm_vhold), 0, nlm_vhold_ctor, nlm_vhold_dtor, in nlm_init()
375 struct nlm_vhold *nvp; in nlm_gc()
381 struct nlm_vhold *new_nvp; in nlm_gc()
994 struct nlm_vhold *
997 struct nlm_vhold *nvp, *new_nvp = NULL; in nlm_vhold_get()
1040 nlm_vhold_release(struct nlm_host *hostp, struct nlm_vhold *nvp) in nlm_vhold_release()
[all …]
H A Dnlm_service.c82 struct nlm_vhold *nvp;
109 struct nlm_vhold *nvp,
115 static struct nlm_vhold *nlm_fh_to_vhold(struct nlm_host *, struct netobj *);
229 static struct nlm_vhold *
233 struct nlm_vhold *nvp; in nlm_fh_to_vhold()
467 struct nlm_vhold *nvp = NULL; in nlm_do_lock()
681 struct nlm_vhold *nvp, in nlm_block()
776 struct nlm_vhold *nvp = NULL; in nlm_do_cancel()
1130 struct nlm_vhold *nvp = NULL; in nlm_do_share()