1JOURNAL_CREATE(9) The Linux Journalling API JOURNAL_CREATE(9)
2
3
4
6 journal_create - Initialise the new journal file
7
9 int journal_create(journal_t * journal);
10
12 journal
13 Journal to create. This structure must have been initialised
14
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
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_CREATE(9)