|
NAMEvgone —
prepare a vnode for reuse
SYNOPSIS#include <sys/param.h>
#include <sys/vnode.h>
void
DESCRIPTIONThevgone () function prepares the vnode to be destroyed.
The preparation includes the cleaning of all file system specific data and the
removal from its mount point vnode list.
If the vnode has a v_usecount of zero, and
its The SEE ALSOvnode(9)AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface. |