Home
last modified time | relevance | path

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

/illumos-gate/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);
587 struct nlm_vhold *nlm_vhold_get(struct nlm_host *, vnode_t *);
588 void nlm_vhold_release(struct nlm_host *, struct nlm_vhold *);
589 struct nlm_vhold *nlm_vhold_find_locked(struct nlm_host *, const vnode_t *);
600 struct nlm_vhold *, struct flock64 *);
602 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()
1002 struct nlm_vhold *
1005 struct nlm_vhold *nvp, *new_nvp = NULL; in nlm_vhold_get()
1048 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;
110 struct nlm_vhold *nvp,
116 static struct nlm_vhold *nlm_fh_to_vhold(struct nlm_host *, struct netobj *);
230 static struct nlm_vhold *
234 struct nlm_vhold *nvp; in nlm_fh_to_vhold()
482 struct nlm_vhold *nvp = NULL; in nlm_do_lock()
697 struct nlm_vhold *nvp, in nlm_block()
844 struct nlm_vhold *nvp = NULL; in nlm_do_cancel()
1198 struct nlm_vhold *nvp = NULL; in nlm_do_share()
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c433 struct nlm_vhold nv; in nlm_vhold_walk_step()
452 static void nlm_vhold_print(uintptr_t, const struct nlm_vhold *, uint_t);
463 struct nlm_vhold nv; in nlm_vhold_dcmd()
508 nlm_vhold_print(uintptr_t addr, const struct nlm_vhold *nv, uint_t flags) in nlm_vhold_print()
830 const struct nlm_vhold *nv = data; in nlm_list_vhold_cb()