Lines Matching defs:cluster
404 static int new_lockspace(const char *name, const char *cluster,
436 if (!cluster)
437 log_print("dlm cluster name '%s' is being used without an application provided cluster name",
440 if (dlm_config.ci_recover_callbacks && cluster &&
441 strncmp(cluster, dlm_config.ci_cluster_name, DLM_LOCKSPACE_LEN)) {
442 log_print("dlm cluster name '%s' does not match "
443 "the application cluster name '%s'",
444 dlm_config.ci_cluster_name, cluster);
629 cluster infrastructure.) Once it's done that, it tells us who the
679 static int __dlm_new_lockspace(const char *name, const char *cluster,
693 error = new_lockspace(name, cluster, flags, lvblen, ops, ops_arg,
709 int dlm_new_lockspace(const char *name, const char *cluster, uint32_t flags,
714 return __dlm_new_lockspace(name, cluster, flags | DLM_LSFL_FS, lvblen,
718 int dlm_new_user_lockspace(const char *name, const char *cluster,
724 return __dlm_new_lockspace(name, cluster, flags, lvblen, ops,