BUF_UNLOCK.9freebsd

Langue: en

Version: 308384 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

BUF_UNLOCK - unlocks a locked buffer

SYNOPSIS

In sys/param.h In sys/systm.h In sys/uio.h In sys/bio.h In sys/buf.h Ft void Fn BUF_UNLOCK struct buf *bp

DESCRIPTION

The Fn BUF_UNLOCK function unlocks a buffer that was previously locked with Fn BUF_LOCK or Fn BUF_TIMELOCK .

Its argument is:

Fa bp
The buffer to unlock. The buffer must already be locked.

SEE ALSO

buf(9), BUF_LOCK9, BUF_TIMELOCK9, lockmgr(9)

AUTHORS

This manual page was written by An Chad David Aq davidc@acns.ab.ca .