VFS_UNMOUNT(9) | Kernel Developer's Manual | VFS_UNMOUNT(9) |
VFS_UNMOUNT
—
unmount a file system
#include
<sys/param.h>
#include <sys/mount.h>
#include <sys/vnode.h>
int
VFS_UNMOUNT
(struct
mount *mp, int
mntflags);
The
VFS_UNMOUNT
()
macro unmounts a file system.
The arguments it expects are:
VFS_UNMOUNT
()
are:
MNT_FORCE
This manual page was written by Doug Rabson.
May 23, 2009 | Debian |