Searched defs:reiserfs_journal (Results 1 – 1 of 1) sorted by relevance
211 struct reiserfs_journal { struct213 struct reiserfs_journal_cnode *j_last ; /* newest journal block */ argument214 struct reiserfs_journal_cnode *j_first ; /* oldest journal block. start here for traverse */ argument216 kdev_t j_dev;217 struct file *j_dev_file;218 struct block_device *j_dev_bd; 219 int j_1st_reserved_block; /* first block of journal or reserved area on */221 long j_state ; 222 unsigned long j_trans_id ;223 unsigned long j_mount_id ;[all …]