.\" 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" "9" "09 October 2005" "" "" .SH NAME flush_write_buffer \- push buffer to kobject. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int flush_write_buffer (struct dentry * \fIdentry\fB, struct sysfs_buffer * \fIbuffer\fB, size_t \fIcount\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdentry\fB\fR dentry to the attribute .TP \fB\fIbuffer\fB\fR data buffer for file. .TP \fB\fIcount\fB\fR number of bytes .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\&.