.\" 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_IOV2PAGELIST" "" "06 October 2005" "" ""
.SH NAME
nfs_iov2pagelist \- convert an array of iovecs to a list of page requests
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int nfs_iov2pagelist (int \fIrw\fB, const struct inode * \fIinode\fB, const struct rpc_cred * \fIcred\fB, const struct iovec * \fIiov\fB, loff_t \fIoffset\fB, unsigned long \fInr_segs\fB, struct list_head * \fIrequests\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIrw\fB\fR
-- undescribed --
.TP
\fB\fIinode\fB\fR
inode of target file
.TP
\fB\fIcred\fB\fR
credentials of user who requested I/O
.TP
\fB\fIiov\fB\fR
array of vectors that define I/O buffer
.TP
\fB\fIoffset\fB\fR
-- undescribed --
.TP
\fB\fInr_segs\fB\fR
-- undescribed --
.TP
\fB\fIrequests\fB\fR
append new page requests to this list head
.SH "OFFSET"
.PP
where in file to begin the read
.SH "NR_SEGS"
.PP
size of iovec array