|
NAMEVFS_SYNC —
flush unwritten data
SYNOPSIS#include <sys/param.h>
#include <sys/mount.h>
#include <sys/vnode.h>
int
DESCRIPTIONTheVFS_SYNC () macro writes out all unwritten data in
the file system mounted as mp.
The arguments it expects are:
The SEE ALSOfsync(2), sync(2), VFS(9), vnode(9), VOP_FSYNC(9)AUTHORSThis manual page was written by Doug Rabson.
Visit the GSP FreeBSD Man Page Interface. |