Searched refs:j_checkpoint_mutex (Results 1 – 4 of 4) sorted by relevance
884 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 …]
119 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()
411 mutex_lock(&journal->j_checkpoint_mutex); in jbd2_journal_commit_transaction()422 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_commit_transaction()
866 struct mutex j_checkpoint_mutex; member