Rechercher une page de manuel
vfs_unbusy.9freebsd
Langue: en
Version: 365404 (ubuntu - 25/10/10)
Section: 9 (Appels noyau Linux)
BSD mandoc
NAME
vfs_unbusy - unbusy a mount pointSYNOPSIS
In sys/param.h In sys/mount.h Ft void Fn vfs_unbusy struct mount *mpDESCRIPTION
The Fn vfs_unbusy function un-busies a mount point by unlocking Fa mp->mnt_lock . The lock is typically acquired by calling vfs_busy9 prior to this call.Its arguments are:
- Fa mp
- The mount point to unbusy (unlock).
LOCKS
mnt_lock must be locked in Fa mp prior to calling this function, and it will be unlocked upon return.SEE ALSO
vfs_busy9AUTHORS
This manual page was written by An Chad David Aq davidc@acns.ab.ca .Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre