JOURNAL_RECOVER

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

 

NAME

journal_recover - recovers a on-disk journal  

SYNOPSIS

int journal_recover (journal_t * journal);  

ARGUMENTS

journal
the journal to recover
 

DESCRIPTION

The primary function for recovering the log contents when mounting a journaled device.

Recovery is done in three passes. In the first pass, we look for the end of the log. In the second, we assemble the list of revoke blocks. In the third and final pass, we replay any un-revoked blocks in the log.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 08:41:26 GMT, April 09, 2004