Searched refs:j_trans_commit_map (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/ |
D | jbd2.h | 1260 struct lockdep_map j_trans_commit_map; member 1298 rwsem_acquire(&j->j_trans_commit_map, 0, 0, _THIS_IP_); \ 1299 rwsem_release(&j->j_trans_commit_map, _THIS_IP_); \
|
/Linux-v6.6/fs/jbd2/ |
D | transaction.c | 463 rwsem_acquire_read(&journal->j_trans_commit_map, 0, 0, _THIS_IP_); in start_this_handle() 753 rwsem_release(&journal->j_trans_commit_map, _THIS_IP_); in stop_this_handle()
|
D | journal.c | 1561 lockdep_init_map(&journal->j_trans_commit_map, "jbd2_handle", in journal_init_common()
|