Lines Matching defs:nsp
148 struct nlm_shres *nsp_head, *nsp;
220 nsp_head = nsp = nlm_get_active_shres(hostp);
221 while (nsp != NULL) {
222 error = nlm_reclaim_share(hostp, nsp->ns_vp,
223 nsp->ns_shr, state);
226 nsp = nsp->ns_next;
232 nlm_shres_untrack(hostp, nsp->ns_vp,
233 nsp->ns_shr);
234 nlm_local_shrcancel(nsp->ns_vp,
235 nsp->ns_shr);
238 nsp = nsp->ns_next;
472 struct nlm_shres *nsp_head, *nsp;
501 nsp_head = nsp = nlm_get_active_shres(hostp);
502 while (nsp != NULL) {
503 error = nlm_init_fh_by_vp(nsp->ns_vp, &lm_fh, &vers);
505 (void) nlm_call_unshare(nsp->ns_shr, hostp,
508 nlm_local_shrcancel(nsp->ns_vp, nsp->ns_shr);
509 nlm_shres_untrack(hostp, nsp->ns_vp, nsp->ns_shr);
510 nsp = nsp->ns_next;