• Home
  • Raw
  • Download

Lines Matching defs:reiserfs_journal

296 struct reiserfs_journal {  struct
299 struct reiserfs_journal_cnode *j_last; argument
302 struct reiserfs_journal_cnode *j_first; argument
304 struct block_device *j_dev_bd;
305 fmode_t j_dev_mode;
308 int j_1st_reserved_block;
310 unsigned long j_state;
311 unsigned int j_trans_id;
312 unsigned long j_mount_id;
315 unsigned long j_start;
316 unsigned long j_len; /* length of current waiting commit */
319 unsigned long j_len_alloc;
321 atomic_t j_wcount; /* count of writers for current commit */
324 unsigned long j_bcount;
327 unsigned long j_first_unflushed_offset;
330 unsigned j_last_flush_trans_id;
332 struct buffer_head *j_header_bh;
334 time64_t j_trans_start_time; /* time this transaction started */
335 struct mutex j_mutex;
336 struct mutex j_flush_mutex;
339 wait_queue_head_t j_join_wait;
341 atomic_t j_jlock; /* lock for j_join_wait */
342 int j_list_bitmap_index; /* number of next list bitmap to use */
345 int j_must_wait;
371 struct reiserfs_journal_cnode *j_cnode_free_list; argument
374 struct reiserfs_journal_cnode *j_cnode_free_orig; argument
376 struct reiserfs_journal_list *j_current_jl; argument
400 struct reiserfs_journal_cnode *j_hash_table[JOURNAL_HASH_SIZE]; argument
403 struct reiserfs_journal_cnode *j_list_hash_table[JOURNAL_HASH_SIZE]; argument
406 struct reiserfs_list_bitmap j_list_bitmap[JOURNAL_NUM_BITMAPS];
409 struct list_head j_prealloc_list;
410 int j_persistent_trans;
411 unsigned long j_max_trans_size;
412 unsigned long j_max_batch_size;
414 int j_errno;
417 struct delayed_work j_work;
418 struct super_block *j_work_sb;
419 atomic_t j_async_throttle;