Home
last modified time | relevance | path

Searched refs:v_shrlocks (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dshare.c87 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()
/titanic_50/usr/src/uts/common/klm/
H A Dnlm_impl.c397 nvp->nv_vp->v_shrlocks == NULL) { in nlm_gc()
1058 nvp->nv_vp->v_shrlocks == NULL) { in nlm_vhold_release()
/titanic_50/usr/src/uts/common/fs/
H A Dvnode.c1438 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()
/titanic_50/usr/src/uts/common/sys/
H A Dvnode.h244 struct shrlocklist *v_shrlocks; /* ptr to shrlock list */ member