Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dsysfile.c155 OCFS2_I(inode)->ip_inode_lockres.l_lockdep_map.key = NULL; in _ocfs2_get_system_file_inode()
158 l_lockdep_map, in _ocfs2_get_system_file_inode()
H A Ddlmglue.c533 lockdep_init_map(&res->l_lockdep_map, ocfs2_lock_type_strings[type], in ocfs2_lock_res_init_common()
536 res->l_lockdep_map.key = NULL; in ocfs2_lock_res_init_common()
1657 if (!ret && lockres->l_lockdep_map.key != NULL) { in __ocfs2_cluster_lock()
1659 rwsem_acquire_read(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
1663 rwsem_acquire(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
1694 if (lockres->l_lockdep_map.key != NULL) in __ocfs2_cluster_unlock()
1695 rwsem_release(&lockres->l_lockdep_map, caller_ip); in __ocfs2_cluster_unlock()
H A Docfs2.h197 struct lockdep_map l_lockdep_map; member