vrefcnt
returns the use count of a vnode
- Provided by: freebsd-manpages (Version: 12.2-2)
- Report a bug
returns 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.
This manual page was written by Chad David.