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 *);
375 struct nlm_vhold *nvp; in nlm_gc()
1002 struct nlm_vhold *
1136 struct nlm_vhold *nvp = (struct nlm_vhold *)datap; in nlm_vhold_ctor()
1146 struct nlm_vhold *nvp = (struct nlm_vhold *)datap; in nlm_vhold_dtor()
1153 struct nlm_vhold *
1263 struct nlm_vhold *nvp; in nlm_host_notify_server()
1445 struct nlm_vhold *nvp; in nlm_host_gc_vholds()
1451 struct nlm_vhold *nvp_tmp; in nlm_host_gc_vholds()
2537 struct nlm_vhold *nvp; in nlm_vp_active()
[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()