|
NAMEVFS_UNMOUNT —
unmount a file system
SYNOPSIS#include <sys/param.h>
#include <sys/mount.h>
#include <sys/vnode.h>
int
DESCRIPTIONTheVFS_UNMOUNT () macro unmounts a file system.
The arguments it expects are:
SEE ALSOvflush(9), VFS(9), vnode(9)AUTHORSThis manual page was written by Doug Rabson.
Visit the GSP FreeBSD Man Page Interface. |