__FILEMAP_FDATAWRITE_RANGE

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

 

NAME

__filemap_fdatawrite_range - start writeback against all of a mapping's  

SYNOPSIS

"SYNOPSIS"

int __filemap_fdatawrite_range (struct address_space * mapping, loff_t start, loff_t end, int sync_mode);  

ARGUMENTS

mapping
address space structure to write
start
offset in bytes where the range starts
end
offset in bytes where the range ends
sync_mode
enable synchronous operation
 

DESCRIPTION

If sync_mode is WB_SYNC_ALL then this is a ``data integrity'' operation, as opposed to a regular memory * cleansing writeback. The difference between these two operations is that if a dirty page/buffer is encountered, it must be waited upon, and not just skipped over.  

DESCRIPTION

If sync_mode is WB_SYNC_ALL then this is a ``data integrity'' operation, as opposed to a regular memory * cleansing writeback. The difference between these two operations is that if a dirty page/buffer is encountered, it must be waited upon, and not just skipped over.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

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