vfs_unmountall
unmount all file systems
- Provided by: freebsd-manpages (Version: 12.2-2)
- Report a bug
unmount all file systems
#include
<sys/param.h>
#include <sys/mount.h>
void
vfs_unmountall(void);
The vfs_unmountall function, run only at
system shutdown, unmounts all mounted file systems from most recent to
oldest in order to avoid handling dependencies.