Searched refs:v_shrlocks (Results 1 – 4 of 4) sorted by relevance
87 for (shrl = vp->v_shrlocks; shrl != NULL; shrl = shrl->next) { in add_share()221 shrl->next = vp->v_shrlocks; in add_share()222 vp->v_shrlocks = shrl; in add_share()305 shrlp = &vp->v_shrlocks; in del_share()372 if (vp->v_shrlocks == NULL) in do_cleanshares()429 shrl = vp->v_shrlocks; in shr_has_remote_shares()455 if (vp->v_shrlocks == NULL) { in print_shares()460 shrl = vp->v_shrlocks; in print_shares()570 for (shrl = vp->v_shrlocks; shrl != NULL; shrl = shrl->next) { in nbl_share_conflict()642 for (shrl = vp->v_shrlocks; shrl != NULL; shrl = shrl->next) { in proc_has_nbmand_share_on_vp()
397 nvp->nv_vp->v_shrlocks == NULL) { in nlm_gc()1058 nvp->nv_vp->v_shrlocks == NULL) { in nlm_vhold_release()
1438 if (rvp->v_filocks != NULL || rvp->v_shrlocks != NULL) { in vn_createat()2391 vp->v_shrlocks = NULL; in vn_reinit()2420 ASSERT(vp->v_shrlocks == NULL); in vn_free()
244 struct shrlocklist *v_shrlocks; /* ptr to shrlock list */ member