Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/dlm/
H A Dmain.c90 EXPORT_SYMBOL_GPL(dlm_new_lockspace); variable
H A Duser.c405 error = dlm_new_lockspace(params->name, dlm_config.ci_cluster_name, params->flags, in device_create_lockspace()
492 * dlm_new_lockspace
H A Dlockspace.c686 int dlm_new_lockspace(const char *name, const char *cluster, in dlm_new_lockspace() function
/kernel/linux/linux-5.10/include/linux/
H A Ddlm.h39 * dlm_new_lockspace
48 * is not used. When set, dlm_new_lockspace() returns -EBADR if cluster
63 * dlm_new_lockspace() should return -EEXIST if the lockspace exists.
66 * dlm_new_lockspace() returns an error if this does not match
71 * This is only used by the initial dlm_new_lockspace() call.
83 int dlm_new_lockspace(const char *name, const char *cluster,
/kernel/linux/linux-6.6/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, in dlm_new_lockspace() function
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dstack_user.c1001 rc = dlm_new_lockspace(conn->cc_name, conn->cc_cluster_name, in user_cluster_connect()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dstack_user.c987 rc = dlm_new_lockspace(conn->cc_name, conn->cc_cluster_name, in user_cluster_connect()
/kernel/linux/linux-5.10/fs/gfs2/
H A Dlock_dlm.c1276 * prepare dlm_new_lockspace args in gdlm_mount()
1295 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE, in gdlm_mount()
1299 fs_err(sdp, "dlm_new_lockspace error %d\n", error); in gdlm_mount()
/kernel/linux/linux-6.6/fs/gfs2/
H A Dlock_dlm.c1284 * prepare dlm_new_lockspace args in gdlm_mount()
1303 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE, in gdlm_mount()
1307 fs_err(sdp, "dlm_new_lockspace error %d\n", error); in gdlm_mount()
/kernel/linux/linux-5.10/drivers/md/
H A Dmd-cluster.c879 ret = dlm_new_lockspace(str, mddev->bitmap_info.cluster_name, in join()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-cluster.c882 ret = dlm_new_lockspace(str, mddev->bitmap_info.cluster_name, in join()

Completed in 22 milliseconds