xref: /freebsd/share/man/man9/BUF_UNLOCK.9 (revision e8b02a428dcde07c037dfedfe1d90fa18fa6876a)
182ed18acSAlfred Perlstein.\"
282ed18acSAlfred Perlstein.\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved.
382ed18acSAlfred Perlstein.\"
482ed18acSAlfred Perlstein.\" Redistribution and use in source and binary forms, with or without
582ed18acSAlfred Perlstein.\" modification, are permitted provided that the following conditions
682ed18acSAlfred Perlstein.\" are met:
782ed18acSAlfred Perlstein.\" 1. Redistributions of source code must retain the above copyright
882ed18acSAlfred Perlstein.\"    notice(s), this list of conditions and the following disclaimer as
982ed18acSAlfred Perlstein.\"    the first lines of this file unmodified other than the possible
1082ed18acSAlfred Perlstein.\"    addition of one or more copyright notices.
1182ed18acSAlfred Perlstein.\" 2. Redistributions in binary form must reproduce the above copyright
1282ed18acSAlfred Perlstein.\"    notice(s), this list of conditions and the following disclaimer in the
1382ed18acSAlfred Perlstein.\"    documentation and/or other materials provided with the distribution.
1482ed18acSAlfred Perlstein.\"
1582ed18acSAlfred Perlstein.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY
1682ed18acSAlfred Perlstein.\" EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1782ed18acSAlfred Perlstein.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1882ed18acSAlfred Perlstein.\" DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
1982ed18acSAlfred Perlstein.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2082ed18acSAlfred Perlstein.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2182ed18acSAlfred Perlstein.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2282ed18acSAlfred Perlstein.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2382ed18acSAlfred Perlstein.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2482ed18acSAlfred Perlstein.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
2582ed18acSAlfred Perlstein.\" DAMAGE.
2682ed18acSAlfred Perlstein.\"
2782ed18acSAlfred Perlstein.\" $FreeBSD$
2882ed18acSAlfred Perlstein.\"
2982ed18acSAlfred Perlstein.Dd July 9, 2001
3082ed18acSAlfred Perlstein.Dt BUF_UNLOCK 9
3182ed18acSAlfred Perlstein.Os
3282ed18acSAlfred Perlstein.Sh NAME
3382ed18acSAlfred Perlstein.Nm BUF_UNLOCK
344bc6a387SRuslan Ermilov.Nd "unlocks a locked buffer"
3582ed18acSAlfred Perlstein.Sh SYNOPSIS
364bc6a387SRuslan Ermilov.In sys/param.h
374bc6a387SRuslan Ermilov.In sys/buf.h
3882ed18acSAlfred Perlstein.Ft void
390ef36920SAlfred Perlstein.Fn BUF_UNLOCK "struct buf *bp"
4082ed18acSAlfred Perlstein.Sh DESCRIPTION
4182ed18acSAlfred PerlsteinThe
424bc6a387SRuslan Ermilov.Fn BUF_UNLOCK
4382ed18acSAlfred Perlsteinfunction unlocks a buffer that was previously locked with
444bc6a387SRuslan Ermilov.Fn BUF_LOCK
454bc6a387SRuslan Ermilovor
464bc6a387SRuslan Ermilov.Fn BUF_TIMELOCK .
4782ed18acSAlfred Perlstein.Pp
4882ed18acSAlfred PerlsteinIts argument is:
49e8b02a42SRuslan Ermilov.Bl -tag -width ".Fa bp"
504bc6a387SRuslan Ermilov.It Fa bp
514bc6a387SRuslan ErmilovThe buffer to unlock.
524bc6a387SRuslan ErmilovThe buffer must already be locked.
534bc6a387SRuslan Ermilov.El
5482ed18acSAlfred Perlstein.Sh SEE ALSO
554bc6a387SRuslan Ermilov.Xr buf 9 ,
564bc6a387SRuslan Ermilov.Xr BUF_LOCK 9 ,
574bc6a387SRuslan Ermilov.Xr BUF_TIMELOCK 9 ,
5882ed18acSAlfred Perlstein.Xr lockmgr 9
5982ed18acSAlfred Perlstein.Sh AUTHORS
604bc6a387SRuslan ErmilovThis man page was written by
61034709cbSRuslan Ermilov.An Chad David Aq davidc@acns.ab.ca .
62