Symbol: DLM_LOCK_RES_OWNER_UNKNOWN
fs/ocfs2/dlm/dlmdomain.c
1340
__dlm_set_joining_node(dlm, DLM_LOCK_RES_OWNER_UNKNOWN);
fs/ocfs2/dlm/dlmdomain.c
1674
__dlm_set_joining_node(dlm, DLM_LOCK_RES_OWNER_UNKNOWN);
fs/ocfs2/dlm/dlmdomain.c
2022
dlm->joining_node = DLM_LOCK_RES_OWNER_UNKNOWN;
fs/ocfs2/dlm/dlmdomain.c
478
ret = dlm->joining_node == DLM_LOCK_RES_OWNER_UNKNOWN;
fs/ocfs2/dlm/dlmdomain.c
514
if (dlm->joining_node != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmdomain.c
853
dlm->joining_node == DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmdomain.c
858
} else if (dlm->joining_node != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmdomain.c
940
__dlm_set_joining_node(dlm, DLM_LOCK_RES_OWNER_UNKNOWN);
fs/ocfs2/dlm/dlmmaster.c
1017
if (res->owner != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmmaster.c
1478
} else if (res->owner != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmmaster.c
1517
} else if (tmpmle->master != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmmaster.c
1843
if (res->owner != DLM_LOCK_RES_OWNER_UNKNOWN &&
fs/ocfs2/dlm/dlmmaster.c
1853
if (res->owner != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmmaster.c
2160
u8 master = DLM_LOCK_RES_OWNER_UNKNOWN;
fs/ocfs2/dlm/dlmmaster.c
2180
if (master != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmmaster.c
3257
dlm_set_lockres_owner(dlm, res, DLM_LOCK_RES_OWNER_UNKNOWN);
fs/ocfs2/dlm/dlmmaster.c
563
dlm_set_lockres_owner(dlm, res, DLM_LOCK_RES_OWNER_UNKNOWN);
fs/ocfs2/dlm/dlmmaster.c
742
if (tmpres->owner == DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmmaster.c
744
BUG_ON(tmpres->owner == DLM_LOCK_RES_OWNER_UNKNOWN);
fs/ocfs2/dlm/dlmrecovery.c
1069
} else if (res->owner == DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmrecovery.c
1372
if (real_master == DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmrecovery.c
1490
if (mres->master == DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmrecovery.c
1547
if (real_master == DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmrecovery.c
1557
if (real_master == DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmrecovery.c
1607
*real_master = DLM_LOCK_RES_OWNER_UNKNOWN;
fs/ocfs2/dlm/dlmrecovery.c
1648
if (*real_master != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmrecovery.c
1662
int status = DLM_LOCK_RES_OWNER_UNKNOWN;
fs/ocfs2/dlm/dlmrecovery.c
1682
BUG_ON(status > DLM_LOCK_RES_OWNER_UNKNOWN);
fs/ocfs2/dlm/dlmrecovery.c
1702
int master = DLM_LOCK_RES_OWNER_UNKNOWN;
fs/ocfs2/dlm/dlmrecovery.c
2403
} else if (res->owner == DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmrecovery.c
2439
__dlm_set_joining_node(dlm, DLM_LOCK_RES_OWNER_UNKNOWN);