.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "__BREAD" "" "06 October 2005" "" "" .SH NAME __bread \- reads a specified block and returns the bh .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct buffer_head * __bread (struct block_device * \fIbdev\fB, sector_t \fIblock\fB, int \fIsize\fB); \fR .SH "ARGUMENTS" .TP \fB\fIbdev\fB\fR -- undescribed -- .TP \fB\fIblock\fB\fR number of block .TP \fB\fIsize\fB\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.