1. NAME

typedef_journal_t - The journal_t maintains all of the journaling state information for a single filesystem.

2. SYNOPSIS



 
Sélectionnez
typedef journal_t;

3. DESCRIPTION

journal_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.

4. AUTHORS

Roger Gammans <>
    Author.

Stephen Tweedie <>
    Author.

5. COPYRIGHT