.\" 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 "NAND_WRITEV_ECC" "9" "09 October 2005" "" ""
.SH NAME
nand_writev_ecc \- [MTD Interface] write with iovec with ecc
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int nand_writev_ecc (struct mtd_info * \fImtd\fB, const struct kvec * \fIvecs\fB, unsigned long \fIcount\fB, loff_t \fIto\fB, size_t * \fIretlen\fB, u_char * \fIeccbuf\fB, struct nand_oobinfo * \fIoobsel\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fImtd\fB\fR
MTD device structure
.TP
\fB\fIvecs\fB\fR
the iovectors to write
.TP
\fB\fIcount\fB\fR
number of vectors
.TP
\fB\fIto\fB\fR
offset to write to
.TP
\fB\fIretlen\fB\fR
pointer to variable to store the number of written bytes
.TP
\fB\fIeccbuf\fB\fR
filesystem supplied oob data buffer
.TP
\fB\fIoobsel\fB\fR
oob selection structure
.SH "DESCRIPTION"
.PP
NAND write with iovec with ecc