Rechercher une page de manuel
VFS_UNMOUNT.9freebsd
Langue: en
Version: 365465 (ubuntu - 25/10/10)
Section: 9 (Appels noyau Linux)
BSD mandoc
NAME
VFS_UNMOUNT - unmount a file systemSYNOPSIS
In sys/param.h In sys/mount.h In sys/vnode.h Ft int Fn VFS_UNMOUNT struct mount *mp int mntflagsDESCRIPTION
The Fn VFS_UNMOUNT macro unmounts a file system.The arguments it expects are:
- Fa mp
- The file system.
- Fa mntflags
- Bit-mask of flags for the unmount operation. The flags currently supported by Fn VFS_UNMOUNT are:
- MNT_FORCE
- Open files are forcibly closed before the file system is unmounted.
SEE ALSO
vflush(9), VFS(9), vnode(9)AUTHORS
This manual page was written by An Doug Rabson .Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre