jbd2_journal_load (9) Linux Manual Page
jbd2_journal_load – Read journal from disk.
Synopsis
int jbd2_journal_load(journal_t *journal);
Arguments
journal
-
- Journal to act on.
Description
Given a journal_t structure which tells us which disk blocks contain a journal, read the journal from disk to initialise the in-memory structures.
Authors
Roger Gammans <rgammans [at] computer-surgery.co.uk>
- Author.
Stephen Tweedie <sct [at] redhat.com>
- Author.
