Home
last modified time | relevance | path

Searched refs:j_trans_commit_map (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1251 struct lockdep_map j_trans_commit_map; member
1281 rwsem_acquire(&j->j_trans_commit_map, 0, 0, _THIS_IP_); \
1282 rwsem_release(&j->j_trans_commit_map, _THIS_IP_); \
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c451 rwsem_acquire_read(&journal->j_trans_commit_map, 0, 0, _THIS_IP_); in start_this_handle()
744 rwsem_release(&journal->j_trans_commit_map, _THIS_IP_); in stop_this_handle()
H A Djournal.c1351 lockdep_init_map(&journal->j_trans_commit_map, "jbd2_handle", in journal_init_common()