Lines Matching defs:reiserfs_journal_list
153 struct reiserfs_journal_list { struct
154 unsigned long j_start;
155 unsigned long j_state;
156 unsigned long j_len;
157 atomic_t j_nonzerolen;
158 atomic_t j_commit_left;
159 atomic_t j_older_commits_done; /* all commits older than this on disk */
160 struct mutex j_commit_mutex;
161 unsigned int j_trans_id;
162 time_t j_timestamp;
163 struct reiserfs_list_bitmap *j_list_bitmap;
164 struct buffer_head *j_commit_bh; /* commit buffer head */
165 struct reiserfs_journal_cnode *j_realblock;
166 …*j_freedlist; /* list of buffers that were freed during this trans. free each of these on flush */
168 struct list_head j_list;
171 struct list_head j_working_list;
174 struct list_head j_tail_bh_list;
176 struct list_head j_bh_list;
177 int j_refcount;