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