.\" 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 "__DO_LO_SEND_WRITE" "9" "09 October 2005" "" ""
.SH NAME
__do_lo_send_write \- helper for writing data to a loop device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int __do_lo_send_write (struct file * \fIfile\fB, u8 __user * \fIbuf\fB, const int \fIlen\fB, loff_t \fIpos\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIfile\fB\fR
-- undescribed --
.TP
\fB\fIbuf\fB\fR
-- undescribed --
.TP
\fB\fIlen\fB\fR
-- undescribed --
.TP
\fB\fIpos\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
This helper just factors out common code between \fBdo_lo_send_direct_write\fR
and \fBdo_lo_send_write\fR\&.