Lines Matching defs:reiserfs_journal_list
220 struct reiserfs_journal_list { struct
221 unsigned long j_start;
222 unsigned long j_state;
223 unsigned long j_len;
224 atomic_t j_nonzerolen;
225 atomic_t j_commit_left;
226 atomic_t j_older_commits_done; /* all commits older than this on disk */
227 struct mutex j_commit_mutex;
228 unsigned int j_trans_id;
229 time_t j_timestamp;
230 struct reiserfs_list_bitmap *j_list_bitmap;
231 struct buffer_head *j_commit_bh; /* commit buffer head */
232 struct reiserfs_journal_cnode *j_realblock;
233 …*j_freedlist; /* list of buffers that were freed during this trans. free each of these on flush */
235 struct list_head j_list;
238 struct list_head j_working_list;
241 struct list_head j_tail_bh_list;
243 struct list_head j_bh_list;
244 int j_refcount;