Symbol: DLM_LOCK_RES_OWNER_UNKNOWN
fs/ocfs2/dlm/dlmdomain.c
1350
__dlm_set_joining_node(dlm, DLM_LOCK_RES_OWNER_UNKNOWN);
fs/ocfs2/dlm/dlmdomain.c
1684
__dlm_set_joining_node(dlm, DLM_LOCK_RES_OWNER_UNKNOWN);
fs/ocfs2/dlm/dlmdomain.c
2032
dlm->joining_node = DLM_LOCK_RES_OWNER_UNKNOWN;
fs/ocfs2/dlm/dlmdomain.c
480
ret = dlm->joining_node == DLM_LOCK_RES_OWNER_UNKNOWN;
fs/ocfs2/dlm/dlmdomain.c
516
if (dlm->joining_node != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmdomain.c
855
dlm->joining_node == DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmdomain.c
860
} else if (dlm->joining_node != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmdomain.c
942
__dlm_set_joining_node(dlm, DLM_LOCK_RES_OWNER_UNKNOWN);
fs/ocfs2/dlm/dlmmaster.c
1016
if (res->owner != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmmaster.c
1477
} else if (res->owner != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmmaster.c
1516
} else if (tmpmle->master != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmmaster.c
1842
if (res->owner != DLM_LOCK_RES_OWNER_UNKNOWN &&
fs/ocfs2/dlm/dlmmaster.c
1852
if (res->owner != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmmaster.c
2159
u8 master = DLM_LOCK_RES_OWNER_UNKNOWN;
fs/ocfs2/dlm/dlmmaster.c
2179
if (master != DLM_LOCK_RES_OWNER_UNKNOWN) {
fs/ocfs2/dlm/dlmmaster.c
3255
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);