vrefcnt — returns the use count of a vnode
Contents
Description
Returns the use count of a vnode.
See vnode(9) for a detailed description of the vnode reference counts.
Name
vrefcnt — returns the use count of a vnode
See Also
vget(9), vnode(9), vput(9), vrele(9)
Synopsis
#include<sys/param.h>#include<sys/vnode.h>intvrefcnt(structvnode*vp);
