.\" 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 "NFS_GET_USER_PAGES" "" "06 October 2005" "" ""
.SH NAME
nfs_get_user_pages \- find and set up page representing user buffer
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int nfs_get_user_pages (unsigned long \fIaddr\fB, size_t \fIsize\fB, struct page *** \fIpages\fB, int \fIrw\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIaddr\fB\fR
-- undescribed --
.TP
\fB\fIsize\fB\fR
-- undescribed --
.TP
\fB\fIpages\fB\fR
returned array of page struct pointers underlying target buffer
.TP
\fB\fIrw\fB\fR
-- undescribed --
.SH "ADDR"
.PP
user-space address of target buffer
.SH "SIZE"
.PP
total size in bytes of target buffer
.SH "WRITE"
.PP
whether or not buffer is target of a write operation