BUF_LOCKINIT.9freebsd

Langue: en

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

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

BUF_LOCKINIT - initializes a buffer lock

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_LOCKINIT struct buf *bp

DESCRIPTION

The Fn BUF_LOCKINIT macro initializes a buffer lock.

Its argument is:

Fa bp
The buffer whose lock it to be initialized.

SEE ALSO

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

AUTHORS

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