Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/dlm/
H A Dmain.c90 EXPORT_SYMBOL_GPL(dlm_new_lockspace);
H A Dlockspace.c686 int dlm_new_lockspace(const char *name, const char *cluster, in dlm_new_lockspace() function
H A Duser.c405 error = dlm_new_lockspace(params->name, dlm_config.ci_cluster_name, params->flags, in device_create_lockspace()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddlm.h83 int dlm_new_lockspace(const char *name, const char *cluster,
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dstack_user.c1001 rc = dlm_new_lockspace(conn->cc_name, conn->cc_cluster_name, in user_cluster_connect()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dlock_dlm.c1295 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE, in gdlm_mount()
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-cluster.c879 ret = dlm_new_lockspace(str, mddev->bitmap_info.cluster_name, in join()