Searched refs:v_shrlocks (Results 1 – 5 of 5) sorted by relevance
87 for (shrl = vp->v_shrlocks; shrl != NULL; shrl = shrl->next) { in add_share()233 shrl->next = vp->v_shrlocks; in add_share()234 vp->v_shrlocks = shrl; in add_share()317 shrlp = &vp->v_shrlocks; in del_share()384 if (vp->v_shrlocks == NULL) in do_cleanshares()441 shrl = vp->v_shrlocks; in shr_has_remote_shares()467 if (vp->v_shrlocks == NULL) { in print_shares()472 shrl = vp->v_shrlocks; in print_shares()579 for (shrl = vp->v_shrlocks; shrl != NULL; shrl = shrl->next) { in nbl_share_conflict()649 for (shrl = vp->v_shrlocks; shrl != NULL; shrl = shrl->next) { in proc_has_nbmand_share_on_vp()
676 vp->v_shrlocks = NULL; in vn_reinit()717 ASSERT(vp->v_shrlocks == NULL); in vn_free()
397 nvp->nv_vp->v_shrlocks == NULL) { in nlm_gc()1066 nvp->nv_vp->v_shrlocks == NULL) { in nlm_vhold_release()
1489 if (rvp->v_filocks != NULL || rvp->v_shrlocks != NULL) { in vn_createat()2452 vp->v_shrlocks = NULL; in vn_reinit()2490 ASSERT(vp->v_shrlocks == NULL); in vn_free()
300 struct shrlocklist *v_shrlocks; /* ptr to shrlock list */ member