Query: journal_init_inode
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
JOURNAL_INIT_INODE(9) The Linux Journalling API JOURNAL_INIT_INODE(9)NAMEjournal_init_inode - creates a journal which maps to a inode.SYNOPSISjournal_t * journal_init_inode(struct inode * inode);ARGUMENTSinode An inode to create the journal inDESCRIPTIONjournal_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.AUTHORSRoger Gammans <rgammans@computer-surgery.co.uk> Author. Stephen Tweedie <sct@redhat.com> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 JOURNAL_INIT_INODE(9)