Searched refs:__dlm_lookup_lockres_full (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/ocfs2/dlm/ |
D | dlmcommon.h | 869 struct dlm_lock_resource * __dlm_lookup_lockres_full(struct dlm_ctxt *dlm,
|
D | dlmdomain.c | 183 struct dlm_lock_resource * __dlm_lookup_lockres_full(struct dlm_ctxt *dlm, in __dlm_lookup_lockres_full() function 229 res = __dlm_lookup_lockres_full(dlm, name, len, hash); in __dlm_lookup_lockres()
|
D | dlmmaster.c | 710 tmpres = __dlm_lookup_lockres_full(dlm, lockid, namelen, hash); in dlm_get_lock_resource() 2248 res = __dlm_lookup_lockres_full(dlm, name, namelen, hash); in dlm_deref_lockres_handler()
|