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()
1102 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_update_log_tail()1105 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_update_log_tail()1554 mutex_init(&journal->j_checkpoint_mutex); in journal_init_common()1767 mutex_lock_io(&journal->j_checkpoint_mutex); in journal_reset()1777 mutex_unlock(&journal->j_checkpoint_mutex); in journal_reset()2135 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()2137 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()2434 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_flush()2442 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_flush()2462 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()
858 struct mutex j_checkpoint_mutex; member