Home
last modified time | relevance | path

Searched refs:mutex_lock_io (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dmutex.h170 #define mutex_lock_io(lock) mutex_lock_io_nested(lock, 0) macro
182 extern void mutex_lock_io(struct mutex *lock);
188 # define mutex_lock_io_nested(lock, subclass) mutex_lock_io(lock)
/kernel/linux/linux-5.10/fs/jbd2/
Dcheckpoint.c110 mutex_lock_io(&journal->j_checkpoint_mutex); in __jbd2_log_wait_for_space()
284 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_log_do_checkpoint()
Djournal.c1147 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_update_log_tail()
1587 mutex_lock_io(&journal->j_checkpoint_mutex); in journal_reset()
2040 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()
2072 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_destroy()
2361 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_flush()
2371 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_flush()
2431 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_wipe()
Dcommit.c423 mutex_lock_io(&journal->j_checkpoint_mutex); in jbd2_journal_commit_transaction()
/kernel/linux/linux-5.10/kernel/locking/
Dmutex.c1357 void __sched mutex_lock_io(struct mutex *lock) in mutex_lock_io() function
1365 EXPORT_SYMBOL_GPL(mutex_lock_io);