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

/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c706 struct dlm_lock_resource *tmpres=NULL, *res=NULL; local
724 tmpres = __dlm_lookup_lockres_full(dlm, lockid, namelen, hash);
725 if (tmpres) {
727 spin_lock(&tmpres->spinlock);
734 if (hlist_unhashed(&tmpres->hash_node)) {
735 spin_unlock(&tmpres->spinlock);
736 dlm_lockres_put(tmpres);
737 tmpres = NULL;
742 if (tmpres->owner == DLM_LOCK_RES_OWNER_UNKNOWN) {
743 __dlm_wait_on_lockres(tmpres);
[all...]

Completed in 108 milliseconds