Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jbd2/
Djournal.c943 BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); in __jbd2_update_log_tail()
983 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_update_log_tail()
986 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_update_log_tail()
1149 mutex_init(&journal->j_checkpoint_mutex); in journal_init_common()
1343 mutex_lock_io(&journal->j_checkpoint_mutex); in journal_reset()
1354 mutex_unlock(&journal->j_checkpoint_mutex); in journal_reset()
1423 BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); in jbd2_journal_update_sb_log_tail()
1456 BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); in jbd2_mark_journal_empty()
1736 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()
1738 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()
[all …]
Dcheckpoint.c116 mutex_lock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()
131 mutex_unlock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()
156 mutex_unlock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()
174 mutex_unlock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()
Dcommit.c386 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_commit_transaction()
397 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_commit_transaction()
/Linux-v4.19/include/linux/
Djbd2.h853 struct mutex j_checkpoint_mutex; member