Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_unveil.c176 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 …]
H A Dvfs_subr.c782 KASSERT(vp->v_usecount > 0 || vp->v_uvcount == 0); in vput()
1171 KASSERT(vp->v_uvcount == 0); in vgonel()
/openbsd/sys/sys/
H A Dvnode.h103 u_int v_uvcount; /* unveil references */ member