Searched refs:dlm_new_lockspace (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | main.c | 90 EXPORT_SYMBOL_GPL(dlm_new_lockspace); variable
|
H A D | user.c | 405 error = dlm_new_lockspace(params->name, dlm_config.ci_cluster_name, params->flags, in device_create_lockspace() 492 * dlm_new_lockspace
|
H A D | lockspace.c | 686 int dlm_new_lockspace(const char *name, const char *cluster, in dlm_new_lockspace() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dlm.h | 39 * 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 D | main.c | 89 EXPORT_SYMBOL_GPL(dlm_new_lockspace); variable
|
H A D | lockspace.c | 709 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 D | dlm.h | 39 * 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 D | stack_user.c | 1001 rc = dlm_new_lockspace(conn->cc_name, conn->cc_cluster_name, in user_cluster_connect()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | stack_user.c | 987 rc = dlm_new_lockspace(conn->cc_name, conn->cc_cluster_name, in user_cluster_connect()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | lock_dlm.c | 1276 * 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 D | lock_dlm.c | 1284 * 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 D | md-cluster.c | 879 ret = dlm_new_lockspace(str, mddev->bitmap_info.cluster_name, in join()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-cluster.c | 882 ret = dlm_new_lockspace(str, mddev->bitmap_info.cluster_name, in join()
|
Completed in 22 milliseconds