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

NAME

6       journal_create - Initialise the new journal file
7

SYNOPSIS

9       int journal_create(journal_t * journal);
10

ARGUMENTS

12       journal
13           Journal to create. This structure must have been initialised
14

DESCRIPTION

16       Given a journal_t structure which tells us which disk blocks we can
17       use, create a new journal superblock and initialise all of the journal
18       fields from scratch.
19

AUTHORS

21       Roger Gammans <rgammans@computer-surgery.co.uk>
22           Author.
23
24       Stephen Tweedie <sct@redhat.com>
25           Author.
26
28Kernel Hackers Manual 3.10         June 2019                 JOURNAL_CREATE(9)
Impressum