#include <journal.h>
Data Fields | |
int | id |
int | fd |
int | numops |
char * | name |
uint32_t | csum |
struct jfs * | fs |
Definition at line 9 of file journal.h.
int journal_op::id |
int journal_op::fd |
Definition at line 11 of file journal.h.
Referenced by corrupt_journal_file(), journal_add_op(), journal_commit(), journal_free(), journal_new(), and journal_pre_commit().
Definition at line 12 of file journal.h.
Referenced by journal_add_op(), journal_commit(), and journal_new().
char* journal_op::name |
uint32_t journal_op::csum |
Definition at line 14 of file journal.h.
Referenced by journal_add_op(), journal_commit(), and journal_new().
struct jfs* journal_op::fs [read] |
Definition at line 15 of file journal.h.
Referenced by journal_commit(), journal_free(), and journal_new().