.\" 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_GET_PAGE" "" "06 October 2005" "" ""
.SH NAME
vxfs_get_page \- read a page into memory.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct page * vxfs_get_page (struct address_space * \fImapping\fB, u_long \fIn\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fImapping\fB\fR
-- undescribed --
.TP
\fB\fIn\fB\fR
page number
.SH "DESCRIPTION"
.PP
vxfs_get_page reads the \fIn\fR th page of \fIip\fR into the pagecache.
.SH "RETURNS"
.PP
The wanted page on success, else a NULL pointer.