xref: /freebsd/share/man/man9/vfs_unbusy.9 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
18981fef8SAlfred Perlstein.\"
28981fef8SAlfred Perlstein.\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved.
38981fef8SAlfred Perlstein.\"
48981fef8SAlfred Perlstein.\" Redistribution and use in source and binary forms, with or without
58981fef8SAlfred Perlstein.\" modification, are permitted provided that the following conditions
68981fef8SAlfred Perlstein.\" are met:
78981fef8SAlfred Perlstein.\" 1. Redistributions of source code must retain the above copyright
88981fef8SAlfred Perlstein.\"    notice(s), this list of conditions and the following disclaimer as
98981fef8SAlfred Perlstein.\"    the first lines of this file unmodified other than the possible
108981fef8SAlfred Perlstein.\"    addition of one or more copyright notices.
118981fef8SAlfred Perlstein.\" 2. Redistributions in binary form must reproduce the above copyright
128981fef8SAlfred Perlstein.\"    notice(s), this list of conditions and the following disclaimer in the
138981fef8SAlfred Perlstein.\"    documentation and/or other materials provided with the distribution.
148981fef8SAlfred Perlstein.\"
158981fef8SAlfred Perlstein.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY
168981fef8SAlfred Perlstein.\" EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
178981fef8SAlfred Perlstein.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
188981fef8SAlfred Perlstein.\" DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
198981fef8SAlfred Perlstein.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
208981fef8SAlfred Perlstein.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
218981fef8SAlfred Perlstein.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
228981fef8SAlfred Perlstein.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
238981fef8SAlfred Perlstein.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
248981fef8SAlfred Perlstein.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
258981fef8SAlfred Perlstein.\" DAMAGE.
268981fef8SAlfred Perlstein.\"
273141712dSJaakko Heinonen.Dd June 14, 2010
288981fef8SAlfred Perlstein.Dt VFS_UNBUSY 9
298981fef8SAlfred Perlstein.Os
308981fef8SAlfred Perlstein.Sh NAME
318981fef8SAlfred Perlstein.Nm vfs_unbusy
3223789024SRuslan Ermilov.Nd "unbusy a mount point"
338981fef8SAlfred Perlstein.Sh SYNOPSIS
3423789024SRuslan Ermilov.In sys/param.h
3523789024SRuslan Ermilov.In sys/mount.h
368981fef8SAlfred Perlstein.Ft void
3759d49325SAttilio Rao.Fn vfs_unbusy "struct mount *mp"
388981fef8SAlfred Perlstein.Sh DESCRIPTION
398981fef8SAlfred PerlsteinThe
4023789024SRuslan Ermilov.Fn vfs_unbusy
413141712dSJaakko Heinonenfunction un-busies a mount point by decrementing
423141712dSJaakko Heinonenthe reference count of a mount point.
433141712dSJaakko HeinonenThe reference count is typically incremented by calling
4423789024SRuslan Ermilov.Xr vfs_busy 9
4523789024SRuslan Ermilovprior to this call.
468981fef8SAlfred Perlstein.Pp
478981fef8SAlfred PerlsteinIts arguments are:
48e8b02a42SRuslan Ermilov.Bl -tag -width ".Fa mp"
4923789024SRuslan Ermilov.It Fa mp
503141712dSJaakko HeinonenThe mount point to unbusy.
518981fef8SAlfred Perlstein.El
528981fef8SAlfred Perlstein.Sh SEE ALSO
538981fef8SAlfred Perlstein.Xr vfs_busy 9
548981fef8SAlfred Perlstein.Sh AUTHORS
5509356c84SHiten PandyaThis manual page was written by
56*8a7314fcSBaptiste Daroussin.An Chad David Aq Mt davidc@acns.ab.ca .
57