JOURNAL_DIRTY_DATA

Section: (9)
Updated: 14 August 2003
Index Return to Main Contents

 

NAME

journal_dirty_data - mark a buffer as containing dirty data which  

SYNOPSIS

int journal_dirty_data (handle_t * handle, struct buffer_head * bh);  

ARGUMENTS

handle
transaction
bh
bufferhead to mark
 

DESCRIPTION

The buffer is placed on the transaction's data list and is marked as belonging to the transaction.

Returns error number or 0 on success.

journal_dirty_data can be called via page_launder->ext3_writepage by kswapd.  

DESCRIPTION

The buffer is placed on the transaction's data list and is marked as belonging to the transaction.

Returns error number or 0 on success.

journal_dirty_data can be called via page_launder->ext3_writepage by kswapd.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 23:19:23 GMT, August 13, 2003