Searched refs:v_uvcount (Results 1 – 3 of 3) sorted by relevance
176 vp->v_uvcount--; in unveil_destroy()217 to->uv_vp->v_uvcount++; in unveil_copy()319 if (vp->v_uvcount == 0) in unveil_lookup()443 vp->v_uvcount++; in unveil_add()449 vp->v_uvcount--; in unveil_add()480 vp->v_uvcount); in unveil_add()522 vp, vp->v_uvcount); in unveil_add()818 if (vp->v_uvcount == 0) in unveil_removevnode()837 if (vp->v_uvcount > 0) { in unveil_removevnode()839 vp->v_uvcount--; in unveil_removevnode()[all …]
782 KASSERT(vp->v_usecount > 0 || vp->v_uvcount == 0); in vput()1171 KASSERT(vp->v_uvcount == 0); in vgonel()
103 u_int v_uvcount; /* unveil references */ member