| /linux-4.4.14/fs/jbd2/ | 
| D | journal.c | 191 	journal_t *journal = arg;  in kjournald2()  local 286 static int jbd2_journal_start_thread(journal_t *journal)  in jbd2_journal_start_thread() 299 static void journal_kill_thread(journal_t *journal)  in journal_kill_thread() 361 	journal_t *journal = transaction->t_journal;  in jbd2_journal_write_metadata_buffer()  local 494 int __jbd2_log_start_commit(journal_t *journal, tid_t target)  in __jbd2_log_start_commit() 531 int jbd2_log_start_commit(journal_t *journal, tid_t tid)  in jbd2_log_start_commit() 548 static int __jbd2_journal_force_commit(journal_t *journal)  in __jbd2_journal_force_commit() 586 int jbd2_journal_force_commit_nested(journal_t *journal)  in jbd2_journal_force_commit_nested() 601 int jbd2_journal_force_commit(journal_t *journal)  in jbd2_journal_force_commit() 617 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid)  in jbd2_journal_start_commit() [all …] 
 | 
| D | transaction.c | 83 jbd2_get_transaction(journal_t *journal, transaction_t *transaction)  in jbd2_get_transaction() 149 static void wait_transaction_locked(journal_t *journal)  in wait_transaction_locked() 166 static void sub_reserved_credits(journal_t *journal, int blocks)  in sub_reserved_credits() 178 static int add_transaction_credits(journal_t *journal, int blocks,  in add_transaction_credits() 271 static int start_this_handle(journal_t *journal, handle_t *handle,  in start_this_handle() 426 handle_t *jbd2__journal_start(journal_t *journal, int nblocks, int rsv_blocks,  in jbd2__journal_start() 475 handle_t *jbd2_journal_start(journal_t *journal, int nblocks)  in jbd2_journal_start() 483 	journal_t *journal = handle->h_journal;  in jbd2_journal_free_reserved()  local 506 	journal_t *journal = handle->h_journal;  in jbd2_journal_start_reserved()  local 562 	journal_t *journal;  in jbd2_journal_extend()  local [all …] 
 | 
| D | revoke.c | 134 static inline int hash(journal_t *journal, unsigned long long block)  in hash() 139 static int insert_revoke_hash(journal_t *journal, unsigned long long blocknr,  in insert_revoke_hash() 163 static struct jbd2_revoke_record_s *find_revoke_record(journal_t *journal,  in find_revoke_record() 262 int jbd2_journal_init_revoke(journal_t *journal, int hash_size)  in jbd2_journal_init_revoke() 288 void jbd2_journal_destroy_revoke(journal_t *journal)  in jbd2_journal_destroy_revoke() 328 	journal_t *journal;  in jbd2_journal_revoke()  local 418 	journal_t *journal = handle->h_transaction->t_journal;  in jbd2_journal_cancel_revoke()  local 476 void jbd2_clear_buffer_revoked_flags(journal_t *journal)  in jbd2_clear_buffer_revoked_flags() 505 void jbd2_journal_switch_revoke_table(journal_t *journal)  in jbd2_journal_switch_revoke_table() 522 void jbd2_journal_write_revoke_records(journal_t *journal,  in jbd2_journal_write_revoke_records() [all …] 
 | 
| D | checkpoint.c | 111 void __jbd2_log_wait_for_space(journal_t *journal)  in __jbd2_log_wait_for_space() 182 __flush_batch(journal_t *journal, int *batch_count)  in __flush_batch() 208 int jbd2_log_do_checkpoint(journal_t *journal)  in jbd2_log_do_checkpoint() 387 int jbd2_cleanup_journal_tail(journal_t *journal)  in jbd2_cleanup_journal_tail() 467 void __jbd2_journal_clean_checkpoint_list(journal_t *journal, bool destroy)  in __jbd2_journal_clean_checkpoint_list() 515 void jbd2_journal_destroy_checkpoint(journal_t *journal)  in jbd2_journal_destroy_checkpoint() 555 	journal_t *journal;  in __jbd2_journal_remove_checkpoint()  local 643 void __jbd2_journal_drop_transaction(journal_t *journal, transaction_t *transaction)  in __jbd2_journal_drop_transaction()
  | 
| D | recovery.c | 70 static int do_readahead(journal_t *journal, unsigned int start)  in do_readahead() 132 static int jread(struct buffer_head **bhp, journal_t *journal,  in jread() 201 static int count_tags(journal_t *journal, struct buffer_head *bh)  in count_tags() 230 #define wrap(journal, var)						\  argument 248 int jbd2_journal_recover(journal_t *journal)  in jbd2_journal_recover() 313 int jbd2_journal_skip_recovery(journal_t *journal)  in jbd2_journal_skip_recovery() 341 static inline unsigned long long read_tag_block(journal_t *journal,  in read_tag_block() 354 static int calc_chksums(journal_t *journal, struct buffer_head *bh,  in calc_chksums() 420 static int do_one_pass(journal_t *journal,  in do_one_pass() 836 static int scan_revoke_records(journal_t *journal, struct buffer_head *bh,  in scan_revoke_records()
  | 
| D | commit.c | 119 static int journal_submit_commit_record(journal_t *journal,  in journal_submit_commit_record() 172 static int journal_wait_on_commit_record(journal_t *journal,  in journal_wait_on_commit_record() 215 static int journal_submit_data_buffers(journal_t *journal,  in journal_submit_data_buffers() 252 static int journal_finish_inode_data_buffers(journal_t *journal,  in journal_finish_inode_data_buffers() 368 void jbd2_journal_commit_transaction(journal_t *journal)  in jbd2_journal_commit_transaction()
  | 
| /linux-4.4.14/drivers/md/bcache/ | 
| D | journal.h | 103 struct journal {  struct 105 	/* used when waiting because the journal was full */  argument 118 	struct journal_write	w[2], *cur;  argument 122  * Embedded in struct cache. First three fields refer to the array of journal  argument
  | 
| D | btree.h | 105 	atomic_t		*journal;  member
  | 
| D | bcache.h | 432 	struct journal_device	journal;  member 630 	struct journal		journal;  member
  | 
| /linux-4.4.14/fs/reiserfs/ | 
| D | journal.c | 116 	struct reiserfs_journal *journal = SB_JOURNAL(sb);  in init_journal_hash()  local 158 	struct reiserfs_journal *journal = SB_JOURNAL(sb);  in get_bitmap_node()  local 182 	struct reiserfs_journal *journal = SB_JOURNAL(sb);  in free_bitmap_node()  local 196 	struct reiserfs_journal *journal = SB_JOURNAL(sb);  in allocate_bitmap_nodes()  local 259 	struct reiserfs_journal *journal = SB_JOURNAL(sb);  in free_bitmap_nodes()  local 315 	struct reiserfs_journal *journal = SB_JOURNAL(sb);  in get_list_bitmap()  local 370 	struct reiserfs_journal *journal = SB_JOURNAL(sb);  in get_cnode()  local 397 	struct reiserfs_journal *journal = SB_JOURNAL(sb);  in free_cnode()  local 463 	struct reiserfs_journal *journal = SB_JOURNAL(sb);  in reiserfs_in_journal()  local 581 	struct reiserfs_journal *journal = SB_JOURNAL(s);  in journal_list_still_alive()  local [all …] 
 | 
| D | super.c | 679 	struct reiserfs_journal *journal = SB_JOURNAL(s);  in reiserfs_show_options()  local 1393 	struct reiserfs_journal *journal = SB_JOURNAL(s);  in reiserfs_remount()  local
  | 
| D | reiserfs.h | 506 	} journal;  member 759 #define reiserfs_is_journal_aborted(journal) (unlikely (__reiserfs_is_journal_aborted (journal)))  argument 760 static inline int __reiserfs_is_journal_aborted(struct reiserfs_journal  in __reiserfs_is_journal_aborted()
  | 
| /linux-4.4.14/fs/ocfs2/ | 
| D | journal.c | 311 	struct ocfs2_journal *journal = NULL;  in ocfs2_commit_cache()  local 350 	journal_t *journal = osb->journal->j_journal;  in ocfs2_start_trans()  local 392 	struct ocfs2_journal *journal = osb->journal;  in ocfs2_commit_trans()  local 795 			journal_t *journal = handle->h_transaction->t_journal;  in ocfs2_journal_dirty()  local 812 	journal_t *journal = osb->journal->j_journal;  in ocfs2_set_journal_params()  local 827 int ocfs2_journal_init(struct ocfs2_journal *journal, int *dirty)  in ocfs2_journal_init() 935 	struct ocfs2_journal *journal = osb->journal;  in ocfs2_journal_toggle_dirty()  local 970 	struct ocfs2_journal *journal = NULL;  in ocfs2_journal_shutdown()  local 1050 				      journal_t *journal,  in ocfs2_clear_journal_error() 1067 int ocfs2_journal_load(struct ocfs2_journal *journal, int local, int replayed)  in ocfs2_journal_load() [all …] 
 | 
| D | journal.h | 94 static inline void ocfs2_set_ci_lock_trans(struct ocfs2_journal *journal,  in ocfs2_set_ci_lock_trans() 110 	struct ocfs2_journal *journal =  in ocfs2_ci_fully_checkpointed()  local 126 	struct ocfs2_journal *journal =  in ocfs2_ci_is_new()  local
  | 
| D | inode.c | 133 	journal_t *journal = OCFS2_SB(sb)->journal->j_journal;  in ocfs2_iget()  local
  | 
| D | super.c | 2058 	struct ocfs2_journal *journal;  in ocfs2_initialize_super()  local
  | 
| D | file.c | 185 	journal_t *journal = osb->journal->j_journal;  in ocfs2_sync_file()  local
  | 
| D | aops.c | 803 	journal_t *journal = osb->journal->j_journal;  in ocfs2_direct_IO_write()  local
  | 
| D | ocfs2.h | 363 	struct ocfs2_journal *journal;  member
  | 
| /linux-4.4.14/fs/ext4/ | 
| D | fsync.c | 91 	journal_t *journal = EXT4_SB(inode->i_sb)->s_journal;  in ext4_sync_file()  local
  | 
| D | ext4_jbd2.c | 43 	journal_t *journal;  in ext4_journal_check_start()  local 65 	journal_t *journal;  in __ext4_journal_start_sb()  local
  | 
| D | super.c | 335 static void ext4_journal_commit_callback(journal_t *journal, transaction_t *txn)  in ext4_journal_commit_callback() 376 		journal_t *journal = EXT4_SB(sb)->s_journal;  in ext4_handle_error()  local 1058 	journal_t *journal = EXT4_SB(sb)->s_journal;  in bdev_try_to_free_page()  local 4030 static void ext4_init_journal_params(struct super_block *sb, journal_t *journal)  in ext4_init_journal_params() 4054 	journal_t *journal;  in ext4_get_journal()  local 4097 	journal_t *journal;  in ext4_get_dev_journal()  local 4192 	journal_t *journal;  in ext4_load_journal()  local 4358 	journal_t *journal = EXT4_SB(sb)->s_journal;  in ext4_mark_recovery_complete()  local 4386 	journal_t *journal;  in ext4_clear_journal_err()  local 4423 	journal_t *journal;  in ext4_force_commit()  local [all …] 
 | 
| D | inode.c | 211 			journal_t *journal = EXT4_SB(inode->i_sb)->s_journal;  in ext4_evict_inode()  local 2939 	journal_t *journal;  in ext4_bmap()  local 3035 	journal_t *journal = EXT4_JOURNAL(page->mapping->host);  in __ext4_journalled_invalidatepage()  local 3058 	journal_t *journal = EXT4_JOURNAL(page->mapping->host);  in ext4_releasepage()  local 4147 	journal_t *journal = EXT4_SB(sb)->s_journal;  in ext4_iget()  local 4709 	journal_t *journal = EXT4_SB(inode->i_sb)->s_journal;  in ext4_wait_for_tail_page_commit()  local 5250 	journal_t *journal;  in ext4_change_inode_journal_flag()  local
  | 
| D | ext4_jbd2.h | 355 static inline int ext4_journal_force_commit(journal_t *journal)  in ext4_journal_force_commit()
  | 
| /linux-4.4.14/include/linux/ | 
| D | jbd2.h | 1371 static inline int is_journal_aborted(journal_t *journal)  in is_journal_aborted() 1413 static inline int jbd2_journal_has_csum_v2or3(journal_t *journal)  in jbd2_journal_has_csum_v2or3() 1431 static inline int jbd2_space_needed(journal_t *journal)  in jbd2_space_needed() 1440 static inline unsigned long jbd2_log_space_left(journal_t *journal)  in jbd2_log_space_left() 1472 static inline u32 jbd2_chksum(journal_t *journal, u32 crc,  in jbd2_chksum() 1495 static inline tid_t  jbd2_get_latest_transaction(journal_t *journal)  in jbd2_get_latest_transaction()
  |