Searched refs:j_checkpoint_mutex (Results 1 – 4 of 4) sorted by relevance
59 mutex_lock_io(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()74 mutex_unlock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()104 mutex_unlock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()122 mutex_unlock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()229 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_log_do_checkpoint()231 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_log_do_checkpoint()
1098 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_update_log_tail()1101 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_update_log_tail()1557 mutex_init(&journal->j_checkpoint_mutex); in journal_init_common()1772 mutex_lock_io(&journal->j_checkpoint_mutex); in journal_reset()1782 mutex_unlock(&journal->j_checkpoint_mutex); in journal_reset()2144 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()2146 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()2457 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_flush()2465 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_flush()2485 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_flush()[all …]
390 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_commit_transaction()400 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_commit_transaction()
866 struct mutex j_checkpoint_mutex; member