.\" 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 "FLUSH_WRITE_BUFFER" "" "06 October 2005" "" "" .SH NAME flush_write_buffer \- push buffer to kobject. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int flush_write_buffer (struct file * \fIfile\fB, struct sysfs_buffer * \fIbuffer\fB, size_t \fIcount\fB); \fR .SH "ARGUMENTS" .TP \fB\fIfile\fB\fR file pointer. .TP \fB\fIbuffer\fB\fR data buffer for file. .TP \fB\fIcount\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Get the correct pointers for the kobject and the attribute we're dealing with, then call the \fBstore\fR method for the attribute, passing the buffer that we acquired in \fBfill_write_buffer\fR\&.