logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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