Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Djbd2.h1269 struct lockdep_map j_trans_commit_map; member
1307 rwsem_acquire(&j->j_trans_commit_map, 0, 0, _THIS_IP_); \
1308 rwsem_release(&j->j_trans_commit_map, _THIS_IP_); \
/linux-6.12.1/fs/jbd2/
Dtransaction.c448 rwsem_acquire_read(&journal->j_trans_commit_map, 0, 0, _THIS_IP_); in start_this_handle()
738 rwsem_release(&journal->j_trans_commit_map, _THIS_IP_); in stop_this_handle()
Djournal.c1567 lockdep_init_map(&journal->j_trans_commit_map, "jbd2_handle", in journal_init_common()