1JOURNAL_INIT_INODE(9) The Linux Journalling API JOURNAL_INIT_INODE(9)
2
3
4
6 journal_init_inode - creates a journal which maps to a inode.
7
9 journal_t * journal_init_inode(struct inode * inode);
10
12 inode
13 An inode to create the journal in
14
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
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)