.\" 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_IMMED_READPAGE" "" "06 October 2005" "" "" .SH NAME vxfs_immed_readpage \- read part of an immed inode into pagecache .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int vxfs_immed_readpage (struct file * \fIfp\fB, struct page * \fIpp\fB); \fR .SH "ARGUMENTS" .TP \fB\fIfp\fB\fR -- undescribed -- .TP \fB\fIpp\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP vxfs_immed_readpage reads a part of the immed area of the file that hosts \fIpp\fR 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.