Home
last modified time | relevance | path

Searched refs:j_commit_mutex (Results 1 – 2 of 2) sorted by relevance

/fs/reiserfs/
Djournal.c1005 reiserfs_mutex_lock_safe(&jl->j_commit_mutex, s); in flush_commit_list()
1008 mutex_unlock(&jl->j_commit_mutex); in flush_commit_list()
1018 mutex_unlock(&jl->j_commit_mutex); in flush_commit_list()
1151 mutex_unlock(&jl->j_commit_mutex); in flush_commit_list()
2575 mutex_init(&jl->j_commit_mutex); in alloc_journal_list()
4106 reiserfs_mutex_lock_safe(&jl->j_commit_mutex, sb); in do_journal_end()
4289 mutex_unlock(&jl->j_commit_mutex); in do_journal_end()
Dreiserfs.h270 struct mutex j_commit_mutex; member