Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dshare.c87 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()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vnode.c676 vp->v_shrlocks = NULL; in vn_reinit()
717 ASSERT(vp->v_shrlocks == NULL); in vn_free()
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c397 nvp->nv_vp->v_shrlocks == NULL) { in nlm_gc()
1066 nvp->nv_vp->v_shrlocks == NULL) { in nlm_vhold_release()
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c1489 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h300 struct shrlocklist *v_shrlocks; /* ptr to shrlock list */ member