GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
VFS_UNBUSY(9) FreeBSD Kernel Developer's Manual VFS_UNBUSY(9)

vfs_unbusy
unbusy a mount point

#include <sys/param.h>
#include <sys/mount.h>

void
vfs_unbusy(struct mount *mp);

The 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_busy(9) prior to this call.

Its arguments are:

mp
The mount point to unbusy.

vfs_busy(9)

This manual page was written by Chad David <davidc@acns.ab.ca>.
June 14, 2010 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 9 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.