.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "__BREAD" 9 "August 2005" "Kernel Hackers Manual" "LINUX" .SH NAME __bread \- reads a specified block and returns the bh .SH "SYNOPSIS" .ad l .hy 0 .HP 34 struct\ buffer_head\ *\ \fB__bread\ \fR\ (struct\ block_device\ *\ \fIbdev\fR, sector_t\ \fIblock\fR, int\ \fIsize\fR); .ad .hy .SH "ARGUMENTS" .TP \fIbdev\fR the block_device to read from .TP \fIblock\fR number of block .TP \fIsize\fR size (in bytes) to read .SH "DESCRIPTION" .PP Reads a specified block, and returns buffer head that contains it\&. It returns NULL if the block was unreadable\&.