SYNC_MAPPING_BUFFERS

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

sync_mapping_buffers - write out and wait upon a mapping's ``associated''  

SYNOPSIS

"SYNOPSIS"

int sync_mapping_buffers (struct address_space * mapping);  

ARGUMENTS

mapping
the mapping which wants those buffers written
 

DESCRIPTION

Starts I/O against the buffers at mapping->private_list, and waits upon that I/O.

Basically, this is a convenience function for fsync. mapping is a file or directory which needs those buffers to be written for a successful fsync.  

DESCRIPTION

Starts I/O against the buffers at mapping->private_list, and waits upon that I/O.

Basically, this is a convenience function for fsync. mapping is a file or directory which needs those buffers to be written for a successful fsync.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:54 GMT, October 09, 2005