.\" 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 "SYNC_MAPPING_BUFFERS" "" "06 October 2005" "" "" .SH NAME sync_mapping_buffers \- write out and wait upon a mapping's ``associated'' .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int sync_mapping_buffers (struct address_space * \fImapping\fB); \fR .SH "ARGUMENTS" .TP \fB\fImapping\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP buffers \fIbuffer_mapping\fR - the mapping which backs the buffers' data \fImapping\fR - the mapping which wants those buffers written .PP Starts I/O against the buffers at mapping->private_list, and waits upon that I/O. .PP Basically, this is a convenience function for \fBfsync\fR\&. \fIbuffer_mapping\fR is the blockdev which ``owns'' the buffers and \fImapping\fR is a file or directory which needs those buffers to be written for a successful \fBfsync\fR\&.