Searched refs:l_lockdep_map (Results 1 – 3 of 3) sorted by relevance
171 OCFS2_I(inode)->ip_inode_lockres.l_lockdep_map.key = NULL; in _ocfs2_get_system_file_inode()174 l_lockdep_map, in _ocfs2_get_system_file_inode()
527 lockdep_init_map(&res->l_lockdep_map, ocfs2_lock_type_strings[type], in ocfs2_lock_res_init_common()530 res->l_lockdep_map.key = NULL; in ocfs2_lock_res_init_common()1643 if (!ret && lockres->l_lockdep_map.key != NULL) { in __ocfs2_cluster_lock()1645 rwsem_acquire_read(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()1649 rwsem_acquire(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()1680 if (lockres->l_lockdep_map.key != NULL) in __ocfs2_cluster_unlock()1681 rwsem_release(&lockres->l_lockdep_map, 1, caller_ip); in __ocfs2_cluster_unlock()
211 struct lockdep_map l_lockdep_map; member