VFS_UNMOUNT
—
unmount a file system
The
VFS_UNMOUNT
()
macro unmounts a file system.
The arguments it expects are:
- mp
- The file system.
- mntflags
- Bit-mask of flags for the unmount operation. The flags currently supported
by
VFS_UNMOUNT
()
are:
MNT_FORCE
- Open files are forcibly closed before the file system is
unmounted.
This manual page was written by Doug
Rabson.