man.bsd.lv manual page server

Manual Page Search Parameters

VREFCNT(9) Kernel Developer's Manual VREFCNT(9)

vrefcntreturns the use count of a vnode

#include <sys/param.h>
#include <sys/vnode.h>

int
vrefcnt(struct vnode *vp);

Returns the use count of a vnode.

See vnode(9) for a detailed description of the vnode reference counts.

vget(9), vnode(9), vput(9), vrele(9)

This manual page was written by Chad David.

February 10, 2008 FreeBSD-12.0