Home
last modified time | relevance | path

Searched refs:dlm_domain_fully_joined (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmast.c303 mlog_bug_on_msg(!dlm_domain_fully_joined(dlm), in dlm_proxy_ast_handler()
Ddlmconvert.c464 mlog_bug_on_msg(!dlm_domain_fully_joined(dlm), in dlm_convert_lock_handler()
Ddlmunlock.c441 mlog_bug_on_msg(!dlm_domain_fully_joined(dlm), in dlm_unlock_lock_handler()
Ddlmlock.c477 if (!dlm_domain_fully_joined(dlm)) { in dlm_create_lock_handler()
Ddlmcommon.h870 int dlm_domain_fully_joined(struct dlm_ctxt *dlm);
Ddlmdomain.c382 int dlm_domain_fully_joined(struct dlm_ctxt *dlm) in dlm_domain_fully_joined() function
Ddlmrecovery.c310 if (dlm_domain_fully_joined(dlm)) { in dlm_recovery_thread()
Ddlmmaster.c1435 if (!dlm_domain_fully_joined(dlm)) { in dlm_master_request_handler()