.\" 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 "VXFS_BREAD" "" "06 October 2005" "" "" .SH NAME vxfs_bread \- read buffer for a give inode,block tuple .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct buffer_head * vxfs_bread (struct inode * \fIip\fB, int \fIblock\fB); \fR .SH "ARGUMENTS" .TP \fB\fIip\fB\fR inode .TP \fB\fIblock\fB\fR logical block .SH "DESCRIPTION" .PP The vxfs_bread function reads block no \fIblock\fR of \fIip\fR into the buffercache. .SH "RETURNS" .PP The resulting &struct buffer_head.