|
NAMEvrefcnt —
returns the use count of a vnode
SYNOPSIS#include <sys/param.h>
#include <sys/vnode.h>
int
DESCRIPTIONReturns the use count of a vnode.See vnode(9) for a detailed description of the vnode reference counts. SEE ALSOvget(9), vnode(9), vput(9), vrele(9)AUTHORSThis manual page was written by Chad David.
Visit the GSP FreeBSD Man Page Interface. |