Manual Page Result
0
Command: vrefcnt | Section: 9 | Source: FreeBSD | File: vrefcnt.9.gz
VREFCNT(9) FreeBSD Kernel Developer's Manual VREFCNT(9)
NAME
vrefcnt - returns the use count of a vnode
SYNOPSIS
#include <sys/param.h>
#include <sys/vnode.h>
int
vrefcnt(struct vnode *vp);
DESCRIPTION
Returns the use count of a vnode.
See vnode(9) for a detailed description of the vnode reference counts.
SEE ALSO
vget(9), vnode(9), vput(9), vrele(9)
AUTHORS
This manual page was written by Chad David.
FreeBSD 14.1-RELEASE-p8 February 10, 2008 FreeBSD 14.1-RELEASE-p8