1JOURNAL_LOAD(9) The Linux Journalling API JOURNAL_LOAD(9)
2
3
4
6 journal_load - Read journal from disk.
7
9 int journal_load(journal_t * journal);
10
12 journal
13 Journal to act on.
14
16 Given a journal_t structure which tells us which disk blocks contain a
17 journal, read the journal from disk to initialise the in-memory
18 structures.
19
21 Roger Gammans <rgammans@computer-surgery.co.uk>
22 Author.
23
24 Stephen Tweedie <sct@redhat.com>
25 Author.
26
28Kernel Hackers Manual 2.6. June 2019 JOURNAL_LOAD(9)