Home
last modified time | relevance | path

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

/openbmc/linux/fs/jbd2/
H A Dcheckpoint.c59 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()
H A Djournal.c1096 BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); in __jbd2_update_log_tail()
1135 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_update_log_tail()
1138 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_update_log_tail()
1593 mutex_init(&journal->j_checkpoint_mutex); in journal_init_common()
1802 mutex_lock_io(&journal->j_checkpoint_mutex); in journal_reset()
1812 mutex_unlock(&journal->j_checkpoint_mutex); in journal_reset()
1903 BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); in jbd2_journal_update_sb_log_tail()
1938 BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); in jbd2_mark_journal_empty()
2174 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()
2176 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()
[all …]
H A Dcommit.c390 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_commit_transaction()
400 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_commit_transaction()
/openbmc/linux/include/linux/
H A Djbd2.h871 struct mutex j_checkpoint_mutex; member