Home
last modified time | relevance | path

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

/fs/ocfs2/
Dsysfile.c170 OCFS2_I(inode)->ip_inode_lockres.l_lockdep_map.key = NULL; in _ocfs2_get_system_file_inode()
173 l_lockdep_map, in _ocfs2_get_system_file_inode()
Ddlmglue.c519 lockdep_init_map(&res->l_lockdep_map, ocfs2_lock_type_strings[type], in ocfs2_lock_res_init_common()
522 res->l_lockdep_map.key = NULL; in ocfs2_lock_res_init_common()
1582 if (!ret && lockres->l_lockdep_map.key != NULL) { in __ocfs2_cluster_lock()
1584 rwsem_acquire_read(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
1588 rwsem_acquire(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
1619 if (lockres->l_lockdep_map.key != NULL) in __ocfs2_cluster_unlock()
1620 rwsem_release(&lockres->l_lockdep_map, 1, caller_ip); in __ocfs2_cluster_unlock()
Docfs2.h203 struct lockdep_map l_lockdep_map; member