Searched refs:ns_vp (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/klm/ |
H A D | nlm_client.c | 222 error = nlm_reclaim_share(hostp, nsp->ns_vp, in nlm_reclaim_client() 232 nlm_shres_untrack(hostp, nsp->ns_vp, in nlm_reclaim_client() 234 nlm_local_shrcancel(nsp->ns_vp, in nlm_reclaim_client() 503 error = nlm_init_fh_by_vp(nsp->ns_vp, &lm_fh, &vers); in nlm_client_cancel_all() 508 nlm_local_shrcancel(nsp->ns_vp, nsp->ns_shr); in nlm_client_cancel_all() 509 nlm_shres_untrack(hostp, nsp->ns_vp, nsp->ns_shr); in nlm_client_cancel_all()
|
H A D | nlm_impl.h | 252 vnode_t *ns_vp; member
|
H A D | nlm_impl.c | 2203 if (nsp->ns_vp == vp && nlm_shres_equal(shrp, nsp->ns_shr)) in nlm_shres_track() 2233 if (nsp->ns_vp == vp && nlm_shres_equal(shrp, nsp->ns_shr)) { in nlm_shres_untrack() 2269 nsp_new = nlm_shres_create_item(nsp->ns_shr, nsp->ns_vp); in nlm_get_active_shres() 2318 nsp->ns_vp = vp; in nlm_shres_create_item()
|