VFS_UNMOUNT
unmount a file system
- Provided by: freebsd-manpages (Version: 12.2-2build1)
- Report a bug
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_FORCEThis manual page was written by Doug Rabson.