Searched refs:__dlm_lookup_lockres_full (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/ocfs2/dlm/ |
D | dlmcommon.h | 885 struct dlm_lock_resource * __dlm_lookup_lockres_full(struct dlm_ctxt *dlm,
|
D | dlmdomain.c | 190 struct dlm_lock_resource * __dlm_lookup_lockres_full(struct dlm_ctxt *dlm, in __dlm_lookup_lockres_full() function 234 res = __dlm_lookup_lockres_full(dlm, name, len, hash); in __dlm_lookup_lockres()
|
D | dlmmaster.c | 741 tmpres = __dlm_lookup_lockres_full(dlm, lockid, namelen, hash); in dlm_get_lock_resource() 2300 res = __dlm_lookup_lockres_full(dlm, name, namelen, hash); in dlm_deref_lockres_handler() 2392 res = __dlm_lookup_lockres_full(dlm, name, namelen, hash); in dlm_deref_lockres_done_handler()
|
D | dlmrecovery.c | 1422 res = __dlm_lookup_lockres_full(dlm, mres->lockname, mres->lockname_len, in dlm_mig_lockres_handler()
|