other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
JOURNAL_CREATE(9) | The Linux Journalling API | JOURNAL_CREATE(9) |
NAME¶
journal_create - Initialise the new journal fileSYNOPSIS¶
int
journal_create(journal_t * journal);
ARGUMENTS¶
journalJournal to create. This structure must have
been initialised
DESCRIPTION¶
Given a journal_t structure which tells us which disk blocks we can use, create a new journal superblock and initialise all of the journal fields from scratch.AUTHORS¶
Roger Gammans <rgammans@computer-surgery.co.uk>Author.
Stephen Tweedie <sct@redhat.com>
Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |