Home
last modified time | relevance | path

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

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