Lines Matching defs:lockid
688 * lockid is null terminated
702 const char *lockid,
716 BUG_ON(!lockid);
718 hash = dlm_lockid_hash(lockid, namelen);
720 mlog(0, "get lockres %s (len %d)\n", lockid, namelen);
724 tmpres = __dlm_lookup_lockres_full(dlm, lockid, namelen, hash);
789 res = dlm_new_lockres(dlm, lockid, namelen);
814 blocked = dlm_find_mle(dlm, &mle, (char *)lockid, namelen);
835 dlm->name, namelen, lockid,
868 dlm->name, namelen, (char *)lockid, bit);
897 if (dlm_is_recovery_lock(lockid, namelen)) {
919 dlm->name, namelen, (char *)lockid, bit);
949 lockid, nodenum, mle->master);
1561 /* this lockid has never been seen on this node yet */