Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddlm.h42 * dlm_new_lockspace
51 * is not used. When set, dlm_new_lockspace() returns -EBADR if cluster
60 * dlm_new_lockspace() should return -EEXIST if the lockspace exists.
68 * dlm_new_lockspace() returns an error if this does not match
73 * This is only used by the initial dlm_new_lockspace() call.
85 int dlm_new_lockspace(const char *name, const char *cluster,
133 * users of dlm_new_lockspace() is passed the ast and bast callbacks
/linux/fs/dlm/
H A Dmain.c101 EXPORT_SYMBOL_GPL(dlm_new_lockspace);
H A Dlockspace.c648 int dlm_new_lockspace(const char *name, const char *cluster, uint32_t flags, in dlm_new_lockspace() function
/linux/fs/ocfs2/
H A Dstack_user.c980 rc = dlm_new_lockspace(conn->cc_name, conn->cc_cluster_name, in user_cluster_connect()
/linux/fs/gfs2/
H A Dlock_dlm.c1341 * prepare dlm_new_lockspace args in gdlm_mount()
1360 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE, in gdlm_mount()
1364 fs_err(sdp, "dlm_new_lockspace error %d\n", error); in gdlm_mount()
/linux/drivers/md/
H A Dmd-cluster.c900 ret = dlm_new_lockspace(str, mddev->bitmap_info.cluster_name, in join()