Home
last modified time | relevance | path

Searched refs:h_lockdep_map (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/jbd/
Dtransaction.c233 lock_map_acquire(&handle->h_lockdep_map); in start_this_handle()
251 lockdep_init_map(&handle->h_lockdep_map, "jbd_handle", &jbd_handle_key, 0); in new_handle()
417 lock_map_release(&handle->h_lockdep_map); in journal_restart()
1479 lock_map_release(&handle->h_lockdep_map); in journal_stop()
/linux-4.1.27/fs/jbd2/
Dtransaction.c373 lock_map_acquire(&handle->h_lockdep_map); in start_this_handle()
389 lockdep_init_map(&handle->h_lockdep_map, "jbd2_handle", in new_handle()
663 lock_map_release(&handle->h_lockdep_map); in jbd2__journal_restart()
1672 lock_map_release(&handle->h_lockdep_map); in jbd2_journal_stop()
/linux-4.1.27/include/linux/
Djbd.h329 struct lockdep_map h_lockdep_map; member
Djbd2.h451 struct lockdep_map h_lockdep_map; member