Home
last modified time | relevance | path

Searched refs:DLM_FORWARD (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/ocfs2/dlm/
Ddlmunlock.c135 return DLM_FORWARD; in dlmunlock_common()
194 status == DLM_FORWARD || in dlmunlock_common()
205 (status == DLM_FORWARD ? "forward" : in dlmunlock_common()
332 return DLM_FORWARD; in dlm_send_remote_unlock_request()
356 if (status == DLM_FORWARD) in dlm_send_remote_unlock_request()
437 status = DLM_FORWARD; in dlm_unlock_lock_handler()
461 status = DLM_FORWARD; in dlm_unlock_lock_handler()
500 if (status == DLM_FORWARD) in dlm_unlock_lock_handler()
647 status == DLM_FORWARD || in dlmunlock()
Ddlmapi.h67 DLM_FORWARD, /* 32: request must wait for primary's response */ enumerator
94 (st) != DLM_FORWARD) \
Ddlmlock.c642 status == DLM_FORWARD) { in dlmlock()
714 status == DLM_FORWARD) { in dlmlock()
Ddlmdebug.c172 [DLM_FORWARD] = "DLM_FORWARD",
217 [DLM_FORWARD] = "request must wait for primary's response",
Ddlmconvert.c406 } else if (ret == DLM_FORWARD) { in dlm_send_remote_convert_request()
Ddlmcommon.h808 status = DLM_FORWARD; in __dlm_lockres_state_to_status()
/linux-4.4.14/fs/ocfs2/
Dstack_o2cb.c145 [DLM_FORWARD] = -EINVAL,