Lines Matching defs:reiserfs_journal_list
262 struct reiserfs_journal_list { struct
263 unsigned long j_start;
264 unsigned long j_state;
265 unsigned long j_len;
266 atomic_t j_nonzerolen;
267 atomic_t j_commit_left;
270 atomic_t j_older_commits_done;
272 struct mutex j_commit_mutex;
273 unsigned int j_trans_id;
274 time64_t j_timestamp; /* write-only but useful for crash dump analysis */
275 struct reiserfs_list_bitmap *j_list_bitmap;
276 struct buffer_head *j_commit_bh; /* commit buffer head */
277 struct reiserfs_journal_cnode *j_realblock;
278 …*j_freedlist; /* list of buffers that were freed during this trans. free each of these on flush */
280 struct list_head j_list;
286 struct list_head j_working_list;
289 struct list_head j_tail_bh_list;
292 struct list_head j_bh_list;
293 int j_refcount;