Searched refs:jbd2_log_wait_commit (Results  1 – 8 of 8) sorted by relevance
| /linux-4.4.14/fs/jbd2/ | 
| D | checkpoint.c | 160 				jbd2_log_wait_commit(journal, tid);  in __jbd2_log_wait_for_space() 283 			jbd2_log_wait_commit(journal, tid);  in jbd2_log_do_checkpoint()
  | 
| D | journal.c | 88 EXPORT_SYMBOL(jbd2_log_wait_commit); 571 	ret = jbd2_log_wait_commit(journal, tid);  in __jbd2_journal_force_commit() 689 int jbd2_log_wait_commit(journal_t *journal, tid_t tid)  in jbd2_log_wait_commit()  function 744 	return jbd2_log_wait_commit(journal, tid);  in jbd2_complete_transaction() 1951 		jbd2_log_wait_commit(journal, tid);  in jbd2_journal_flush()
  | 
| D | transaction.c | 1768 		err = jbd2_log_wait_commit(journal, tid);  in jbd2_journal_stop()
  | 
| /linux-4.4.14/include/linux/ | 
| D | jbd2.h | 1352 int jbd2_log_wait_commit(journal_t *journal, tid_t tid);
  | 
| /linux-4.4.14/fs/ocfs2/ | 
| D | aops.c | 2068 		jbd2_log_wait_commit(osb->journal->j_journal, target);  in ocfs2_try_to_free_truncate_log()
  | 
| D | super.c | 432 			jbd2_log_wait_commit(OCFS2_SB(sb)->journal->j_journal,  in ocfs2_sync_fs()
  | 
| /linux-4.4.14/fs/ext4/ | 
| D | inode.c | 4738 			jbd2_log_wait_commit(journal, commit_tid);  in ext4_wait_for_tail_page_commit()
  | 
| D | super.c | 4459 				ret = jbd2_log_wait_commit(sbi->s_journal,  in ext4_sync_fs()
  |