Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Dsysfile.c157 OCFS2_I(inode)->ip_inode_lockres.l_lockdep_map.key = NULL; in _ocfs2_get_system_file_inode()
160 l_lockdep_map, in _ocfs2_get_system_file_inode()
Ddlmglue.c534 lockdep_init_map(&res->l_lockdep_map, ocfs2_lock_type_strings[type], in ocfs2_lock_res_init_common()
537 res->l_lockdep_map.key = NULL; in ocfs2_lock_res_init_common()
1652 if (!ret && lockres->l_lockdep_map.key != NULL) { in __ocfs2_cluster_lock()
1654 rwsem_acquire_read(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
1658 rwsem_acquire(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
1689 if (lockres->l_lockdep_map.key != NULL) in __ocfs2_cluster_unlock()
1690 rwsem_release(&lockres->l_lockdep_map, 1, caller_ip); in __ocfs2_cluster_unlock()
Docfs2.h199 struct lockdep_map l_lockdep_map; member