1JOURNAL_RECOVER(9)         The Linux Journalling API        JOURNAL_RECOVER(9)
2
3
4

NAME

6       journal_recover - recovers a on-disk journal
7

SYNOPSIS

9       int journal_recover(journal_t * journal);
10

ARGUMENTS

12       journal
13           the journal to recover
14

DESCRIPTION

16       The primary function for recovering the log contents when mounting a
17       journaled device.
18
19       Recovery is done in three passes. In the first pass, we look for the
20       end of the log. In the second, we assemble the list of revoke blocks.
21       In the third and final pass, we replay any un-revoked blocks in the
22       log.
23

AUTHORS

25       Roger Gammans <rgammans@computer-surgery.co.uk>
26           Author.
27
28       Stephen Tweedie <sct@redhat.com>
29           Author.
30
32Kernel Hackers Manual 3.10         June 2019                JOURNAL_RECOVER(9)
Impressum