Symbol: nlm_vhold
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
433
struct nlm_vhold nv;
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
452
static void nlm_vhold_print(uintptr_t, const struct nlm_vhold *, uint_t);
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
463
struct nlm_vhold nv;
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
508
nlm_vhold_print(uintptr_t addr, const struct nlm_vhold *nv, uint_t flags)
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
830
const struct nlm_vhold *nv = data;
usr/src/uts/common/klm/nlm_impl.c
1003
struct nlm_vhold *
usr/src/uts/common/klm/nlm_impl.c
1006
struct nlm_vhold *nvp, *new_nvp = NULL;
usr/src/uts/common/klm/nlm_impl.c
1049
nlm_vhold_release(struct nlm_host *hostp, struct nlm_vhold *nvp)
usr/src/uts/common/klm/nlm_impl.c
1080
nlm_vhold_clean(struct nlm_vhold *nvp, int sysid)
usr/src/uts/common/klm/nlm_impl.c
1087
nlm_vhold_destroy(struct nlm_host *hostp, struct nlm_vhold *nvp)
usr/src/uts/common/klm/nlm_impl.c
1114
nlm_vhold_busy(struct nlm_host *hostp, struct nlm_vhold *nvp)
usr/src/uts/common/klm/nlm_impl.c
1137
struct nlm_vhold *nvp = (struct nlm_vhold *)datap;
usr/src/uts/common/klm/nlm_impl.c
1147
struct nlm_vhold *nvp = (struct nlm_vhold *)datap;
usr/src/uts/common/klm/nlm_impl.c
1154
struct nlm_vhold *
usr/src/uts/common/klm/nlm_impl.c
1157
struct nlm_vhold *nvp = NULL;
usr/src/uts/common/klm/nlm_impl.c
1266
struct nlm_vhold *nvp;
usr/src/uts/common/klm/nlm_impl.c
1453
struct nlm_vhold *nvp;
usr/src/uts/common/klm/nlm_impl.c
1459
struct nlm_vhold *nvp_tmp;
usr/src/uts/common/klm/nlm_impl.c
2119
nlm_slreq_register(struct nlm_host *hostp, struct nlm_vhold *nvp,
usr/src/uts/common/klm/nlm_impl.c
2160
nlm_slreq_unregister(struct nlm_host *hostp, struct nlm_vhold *nvp,
usr/src/uts/common/klm/nlm_impl.c
2183
nlm_slreq_find_locked(struct nlm_host *hostp, struct nlm_vhold *nvp,
usr/src/uts/common/klm/nlm_impl.c
2564
struct nlm_vhold *nvp;
usr/src/uts/common/klm/nlm_impl.c
257
struct nlm_vhold *);
usr/src/uts/common/klm/nlm_impl.c
258
static bool_t nlm_vhold_busy(struct nlm_host *, struct nlm_vhold *);
usr/src/uts/common/klm/nlm_impl.c
259
static void nlm_vhold_clean(struct nlm_vhold *, int);
usr/src/uts/common/klm/nlm_impl.c
2613
struct nlm_vhold *nvp;
usr/src/uts/common/klm/nlm_impl.c
265
struct nlm_vhold *, struct flock64 *);
usr/src/uts/common/klm/nlm_impl.c
281
sizeof (struct nlm_vhold), 0, nlm_vhold_ctor, nlm_vhold_dtor,
usr/src/uts/common/klm/nlm_impl.c
376
struct nlm_vhold *nvp;
usr/src/uts/common/klm/nlm_impl.c
382
struct nlm_vhold *new_nvp;
usr/src/uts/common/klm/nlm_impl.h
188
struct nlm_vhold {
usr/src/uts/common/klm/nlm_impl.h
192
TAILQ_ENTRY(nlm_vhold) nv_link; /* (l) */
usr/src/uts/common/klm/nlm_impl.h
589
struct nlm_vhold *nlm_vhold_get(struct nlm_host *, vnode_t *);
usr/src/uts/common/klm/nlm_impl.h
591
struct nlm_vhold *nlm_vhold_find_locked(struct nlm_host *, const vnode_t *);
usr/src/uts/common/klm/nlm_service.c
110
struct nlm_vhold *nvp,
usr/src/uts/common/klm/nlm_service.c
116
static struct nlm_vhold *nlm_fh_to_vhold(struct nlm_host *, struct netobj *);
usr/src/uts/common/klm/nlm_service.c
1208
struct nlm_vhold *nvp = NULL;
usr/src/uts/common/klm/nlm_service.c
230
static struct nlm_vhold *
usr/src/uts/common/klm/nlm_service.c
234
struct nlm_vhold *nvp;
usr/src/uts/common/klm/nlm_service.c
483
struct nlm_vhold *nvp = NULL;
usr/src/uts/common/klm/nlm_service.c
705
struct nlm_vhold *nvp,
usr/src/uts/common/klm/nlm_service.c
82
struct nlm_vhold *nvp;
usr/src/uts/common/klm/nlm_service.c
852
struct nlm_vhold *nvp = NULL;