Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddlm.h85 int dlm_new_lockspace(const char *name, const char *cluster,
/linux-4.4.14/fs/dlm/
Dmain.c93 EXPORT_SYMBOL_GPL(dlm_new_lockspace);
Dlockspace.c692 int dlm_new_lockspace(const char *name, const char *cluster, in dlm_new_lockspace() function
Duser.c401 error = dlm_new_lockspace(params->name, NULL, params->flags, in device_create_lockspace()
/linux-4.4.14/fs/ocfs2/
Dstack_user.c1009 rc = dlm_new_lockspace(conn->cc_name, conn->cc_cluster_name, in user_cluster_connect()
/linux-4.4.14/fs/gfs2/
Dlock_dlm.c1230 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE, in gdlm_mount()
/linux-4.4.14/drivers/md/
Dmd-cluster.c715 ret = dlm_new_lockspace(str, mddev->bitmap_info.cluster_name, in join()