Lines Matching defs:reiserfs_journal_list
261 struct reiserfs_journal_list { struct
262 unsigned long j_start;
263 unsigned long j_state;
264 unsigned long j_len;
265 atomic_t j_nonzerolen;
266 atomic_t j_commit_left;
269 atomic_t j_older_commits_done;
271 struct mutex j_commit_mutex;
272 unsigned int j_trans_id;
273 time_t j_timestamp;
274 struct reiserfs_list_bitmap *j_list_bitmap;
275 struct buffer_head *j_commit_bh; /* commit buffer head */
276 struct reiserfs_journal_cnode *j_realblock;
277 …*j_freedlist; /* list of buffers that were freed during this trans. free each of these on flush */
279 struct list_head j_list;
285 struct list_head j_working_list;
288 struct list_head j_tail_bh_list;
291 struct list_head j_bh_list;
292 int j_refcount;