1TYPEDEF JOURNAL_T(9)       The Linux Journalling API      TYPEDEF JOURNAL_T(9)
2
3
4

NAME

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

SYNOPSIS

10       typedef journal_t;
11

DESCRIPTION

13       journal_t is linked to from the fs superblock structure.
14
15       We use the journal_t to keep track of all outstanding transaction
16       activity on the filesystem, and to manage the state of the log writing
17       process.
18
19       This is an opaque datatype.
20

AUTHORS

22       Roger Gammans <rgammans@computer-surgery.co.uk>
23           Author.
24
25       Stephen Tweedie <sct@redhat.com>
26           Author.
27
29Kernel Hackers Manual              June 2019              TYPEDEF JOURNAL_T(9)
Impressum