Query: typedef_journal_t
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TYPEDEFJOURNAL_T(9) The Linux Journalling API TYPEDEF JOURNAL_T(9)NAMEtypedef_journal_t - The journal_t maintains all of the journaling state information for a single filesystem.SYNOPSIStypedef journal_t;DESCRIPTIONjournal_t is linked to from the fs superblock structure. We use the journal_t to keep track of all outstanding transaction activity on the filesystem, and to manage the state of the log writing process. This is an opaque datatype.AUTHORSRoger Gammans <rgammans@computer-surgery.co.uk> Author. Stephen Tweedie <sct@redhat.com> Author.COPYRIGHTKernel Hackers Manual June 2014 TYPEDEF JOURNAL_T(9)