Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/
H A Dvnode.c2066 vn_vfslocks_rele(vn_vfslocks_entry_t *vepent) in vn_vfslocks_rele() argument
2072 ASSERT(vepent != NULL); in vn_vfslocks_rele()
2073 ASSERT(vepent->ve_vpvfs != NULL); in vn_vfslocks_rele()
2075 bp = &vn_vfslocks_buckets[VN_VFSLOCKS_HASH(vepent->ve_vpvfs)]; in vn_vfslocks_rele()
2078 vepent->ve_refcnt--; in vn_vfslocks_rele()
2080 if ((int32_t)vepent->ve_refcnt < 0) in vn_vfslocks_rele()
2083 if (vepent->ve_refcnt == 0) { in vn_vfslocks_rele()
2085 if (vep->ve_vpvfs == vepent->ve_vpvfs) { in vn_vfslocks_rele()