|
NAMEvhold , vdrop ,
vdropl —
acquire/release a hold on a vnode
SYNOPSIS#include <sys/param.h>
#include <sys/vnode.h>
void
void
void
void
DESCRIPTIONThevhold () and vholdl ()
functions increment the v_holdcnt of the given vnode. If
the vnode has already been added to the free list and is still referenced, it
will be removed.
The
SEE ALSOvnode(9)AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface. |