Searched refs:ci_cluster_name (Results 1 – 4 of 4) sorted by relevance
/fs/dlm/ |
D | config.h | 38 char ci_cluster_name[DLM_LOCKSPACE_LEN]; member
|
D | config.c | 120 strlcpy(dlm_config.ci_cluster_name, buf, in cluster_cluster_name_store() 121 sizeof(dlm_config.ci_cluster_name)); in cluster_cluster_name_store() 383 memcpy(cl->cl_cluster_name, dlm_config.ci_cluster_name, in make_cluster() 890 .ci_cluster_name = DEFAULT_CLUSTER_NAME
|
D | lockspace.c | 457 dlm_config.ci_cluster_name); in new_lockspace() 460 strncmp(cluster, dlm_config.ci_cluster_name, DLM_LOCKSPACE_LEN)) { in new_lockspace() 463 dlm_config.ci_cluster_name, cluster); in new_lockspace()
|
D | user.c | 405 error = dlm_new_lockspace(params->name, dlm_config.ci_cluster_name, params->flags, in device_create_lockspace()
|