|
VFS_UNMOUNTALL (9) | Kernel routines | Unix Manual Pages | :man▋
NAME
vfs_unmountall - unmount all file systems
CONTENTS
Synopsis Description See Also
SYNOPSIS
.In sys/param.h .In sys/mount.h void vfs_unmountall "void"
DESCRIPTION
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.
SEE ALSO
boot(9)
|