.\" 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_READPAGE" "9" "09 October 2005" "" ""
.SH NAME
vxfs_readpage \- read one page synchronously into the pagecache
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int vxfs_readpage (struct file * \fIfile\fB, struct page * \fIpage\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIfile\fB\fR
file context (unused)
.TP
\fB\fIpage\fB\fR
page frame to fill in.
.SH "DESCRIPTION"
.PP
The vxfs_readpage routine reads \fIpage\fR synchronously into the
pagecache.
.SH "RETURNS"
.PP
Zero on success, else a negative error code.
.SH "LOCKING STATUS"
.PP
\fIpage\fR is locked and will be unlocked.