|
NAMEvflush —
flush vnodes for a mount point
SYNOPSIS#include <sys/param.h>
#include <sys/vnode.h>
int
DESCRIPTIONThevflush () function removes any vnodes in the vnode
table that belong to the given mount structure.
Its arguments are:
RETURN VALUESA value of 0 is returned if the flush is successful; otherwise,EBUSY will be returned.
SEE ALSOvgone(9), vrele(9)AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface. |