logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vrefcnt — returns the use count of a vnode

Authors

       This manual page was written by Chad David.

Debian                                          February 10, 2008                                     VREFCNT(9)

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);

See Also