Searched refs:ci_cluster_name (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
D | config.h | 41 char ci_cluster_name[DLM_LOCKSPACE_LEN]; member
|
D | config.c | 122 strlcpy(dlm_config.ci_cluster_name, buf, in cluster_cluster_name_store() 123 sizeof(dlm_config.ci_cluster_name)); in cluster_cluster_name_store() 408 memcpy(cl->cl_cluster_name, dlm_config.ci_cluster_name, in make_cluster() 956 .ci_cluster_name = DEFAULT_CLUSTER_NAME
|
D | lockspace.c | 447 dlm_config.ci_cluster_name); in new_lockspace() 450 strncmp(cluster, dlm_config.ci_cluster_name, DLM_LOCKSPACE_LEN)) { in new_lockspace() 453 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()
|