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

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

Completed in 112 milliseconds