other versions
- stretch 4.9.168-1
JBD2_JOURNAL_LOAD(9) | The Linux Journalling API | JBD2_JOURNAL_LOAD(9) |
NAME¶
jbd2_journal_load - Read journal from disk.SYNOPSIS¶
int jbd2_journal_load(journal_t * journal);
ARGUMENTS¶
journalJournal 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@computer-surgery.co.uk>Author.
Stephen Tweedie <sct@redhat.com>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |