|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
VFLUSH(9) FreeBSD Kernel Developer's Manual VFLUSH(9)
NAME
vflush -- flush vnodes for a mount point
SYNOPSIS
#include <sys/param.h>
#include <sys/vnode.h>
int
vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
DESCRIPTION
The vflush() function removes any vnodes in the vnode table that belong
to the given mount structure.
Its arguments are:
mp The mount point whose vnodes should be removed.
rootrefs The number of references expected on the root vnode. vrele(9)
will be invoked on the root vnode rootrefs times.
flags The flags indicating how vnodes should be handled.
FORCECLOSE If set, busy vnodes will be forcibly closed.
SKIPSYSTEM If set, vnodes with the VSYSTEM flag set will be
skipped.
WRITECLOSE If set, only regular files currently opened for
writing will be removed.
td The calling thread.
RETURN VALUES
A value of 0 is returned if the flush is successful; otherwise, EBUSY
will be returned.
SEE ALSO
vgone(9), vgonel(9), vrele(9)
AUTHORS
This manual page was written by Chad David <davidc@acns.ab.ca>.
FreeBSD 6.2 November 21, 2001 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 20:40:48 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
sqlite3 man page (5333 hits) (openSUSE 10.2)
svn man page (5208 hits) (FreeBSD 6.2)
adv_cap_autoneg man page (4870 hits) (Solaris 10 11_06)
CPAN man page (4607 hits) (Suse Linux 10.1)
ssh man page (4342 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (2874 hits) (Solaris 10 11_06)
netcat man page (2717 hits) (Suse Linux 10.1)
pprosetup man page (2487 hits) (Solaris 10 11_06)
startproc man page (2471 hits) (Suse Linux 10.1)
signal man page (2406 hits) (Suse Linux 10.1)
|