jbd2_journal_init_inode (9) Linux Manual Page
jbd2_journal_init_inode – creates a journal which maps to a inode.
Synopsis
- journal_t * jbd2_journal_init_inode(struct inode
* inode);
Arguments
inode
-
- An inode to create the journal in
Description
jbd2_journal_init_inode creates a journal which maps an on-disk inode as the journal. The inode must exist already, must support bmap and must have all data blocks preallocated.
Authors
Roger Gammans <rgammans [at] computer-surgery.co.uk>
- Author.
Stephen Tweedie <sct [at] redhat.com>
- Author.
