The Linux Journalling API | ||
---|---|---|
<<< Previous | Next >>> |
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.
<<< Previous | Home | Next >>> |
typedef handle_t | Up | struct journal_s |