Searched defs:reiserfs_journal (Results 1 – 1 of 1) sorted by relevance
175 struct reiserfs_journal { struct177 struct reiserfs_journal_cnode *j_last; /* newest journal block */ argument178 struct reiserfs_journal_cnode *j_first; /* oldest journal block. start here for traverse */ argument180 struct block_device *j_dev_bd;181 fmode_t j_dev_mode;182 int j_1st_reserved_block; /* first block on s_dev of reserved area journal */184 unsigned long j_state;185 unsigned long j_trans_id;186 unsigned long j_mount_id;187 unsigned long j_start; /* start of current waiting commit (index into j_ap_blocks) */[all …]