vfs_unbusy (9)
Leading comments
Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice(s), this list of conditions and the following disclaimer as the first lines of this file unmodified other than the possible addition of one or more copyright notices. 2. Redistributions in binary for...
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 decrementing the reference count of a mount point. The reference count is typically incremented by calling vfs_busy9 prior to this call.Its arguments are:
- Fa mp
- The mount point to unbusy.