Home
last modified time | relevance | path

Searched refs:j_checkpoint_mutex (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/jbd2/
Djournal.c884 BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); in __jbd2_update_log_tail()
923 mutex_lock(&journal->j_checkpoint_mutex); in jbd2_update_log_tail()
926 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_update_log_tail()
1084 mutex_init(&journal->j_checkpoint_mutex); in journal_init_common()
1310 mutex_lock(&journal->j_checkpoint_mutex); in journal_reset()
1321 mutex_unlock(&journal->j_checkpoint_mutex); in journal_reset()
1387 BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); in jbd2_journal_update_sb_log_tail()
1420 BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); in jbd2_mark_journal_empty()
1697 mutex_lock(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()
1699 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()
[all …]
Dcheckpoint.c119 mutex_lock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()
134 mutex_unlock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()
159 mutex_unlock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()
177 mutex_unlock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()
Dcommit.c411 mutex_lock(&journal->j_checkpoint_mutex); in jbd2_journal_commit_transaction()
422 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_commit_transaction()
/linux-4.4.14/include/linux/
Djbd2.h866 struct mutex j_checkpoint_mutex; member