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

/linux-master/include/linux/
H A Ddlm.h39 * dlm_new_lockspace
48 * is not used. When set, dlm_new_lockspace() returns -EBADR if cluster
57 * dlm_new_lockspace() should return -EEXIST if the lockspace exists.
60 * dlm_new_lockspace() returns an error if this does not match
65 * This is only used by the initial dlm_new_lockspace() call.
77 int dlm_new_lockspace(const char *name, const char *cluster,
/linux-master/fs/dlm/
H A Dmain.c89 EXPORT_SYMBOL_GPL(dlm_new_lockspace); variable
H A Dlockspace.c709 int dlm_new_lockspace(const char *name, const char *cluster, uint32_t flags, function
/linux-master/fs/gfs2/
H A Dlock_dlm.c1284 * prepare dlm_new_lockspace args
1303 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE,
1307 fs_err(sdp, "dlm_new_lockspace error %d\n", error);
/linux-master/fs/ocfs2/
H A Dstack_user.c987 rc = dlm_new_lockspace(conn->cc_name, conn->cc_cluster_name,
/linux-master/drivers/md/
H A Dmd-cluster.c889 ret = dlm_new_lockspace(str, mddev->bitmap_info.cluster_name,

Completed in 150 milliseconds