Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dcheckpoint.c118 mutex_lock_io(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()
133 mutex_unlock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()
157 mutex_unlock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()
175 mutex_unlock(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()
291 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_log_do_checkpoint()
293 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_log_do_checkpoint()
H A Djournal.c1113 BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); in __jbd2_update_log_tail()
1153 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_update_log_tail()
1156 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_update_log_tail()
1331 mutex_init(&journal->j_checkpoint_mutex); in journal_init_common()
1537 mutex_lock_io(&journal->j_checkpoint_mutex); in journal_reset()
1548 mutex_unlock(&journal->j_checkpoint_mutex); in journal_reset()
1628 BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); in jbd2_journal_update_sb_log_tail()
1663 BUG_ON(!mutex_is_locked(&journal->j_checkpoint_mutex)); in jbd2_mark_journal_empty()
1986 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()
1988 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()
[all …]
H A Dcommit.c423 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_commit_transaction()
434 mutex_unlock(&journal->j_checkpoint_mutex); in jbd2_journal_commit_transaction()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h885 struct mutex j_checkpoint_mutex; member