Query: vrefcnt
OS: freebsd
Section: 9
Links: freebsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VREFCNT(9) BSD Kernel Developer's Manual VREFCNT(9)NAMEvrefcnt -- returns the use count of a vnodeSYNOPSIS#include <sys/param.h> #include <sys/vnode.h> int vrefcnt(struct vnode *vp);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.BSDFebruary 10, 2008 BSD
Related Man Pages |
---|
vput(9) - debian |
vrele(9) - opensolaris |
vput(9) - centos |
vput(9) - php |
vrele(9) - minix |
Similar Topics in the Unix Linux Community |
---|
Curious About Offbeat "#" Usage in C . . . |