logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vfs_unmountall — unmount all file systems

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.

Name

       vfs_unmountall — unmount all file systems

See Also

boot(9)

Debian                                            July 26, 2001                                VFS_UNMOUNTALL(9)

Synopsis

#include<sys/param.h>#include<sys/mount.h>voidvfs_unmountall(void);

See Also