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

NAME

6       journal_init_inode - creates a journal which maps to a inode.
7

SYNOPSIS

9       journal_t * journal_init_inode(struct inode * inode);
10

ARGUMENTS

12       inode
13           An inode to create the journal in
14

DESCRIPTION

16       journal_init_inode creates a journal which maps an on-disk inode as the
17       journal. The inode must exist already, must support bmap and must have
18       all data blocks preallocated.
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_INIT_INODE(9)
Impressum