Searched refs:dlm_new_lockspace (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | dlm.h | 42 * 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 D | main.c | 101 EXPORT_SYMBOL_GPL(dlm_new_lockspace);
|
H A D | lockspace.c | 648 int dlm_new_lockspace(const char *name, const char *cluster, uint32_t flags, in dlm_new_lockspace() function
|
/linux/fs/ocfs2/ |
H A D | stack_user.c | 980 rc = dlm_new_lockspace(conn->cc_name, conn->cc_cluster_name, in user_cluster_connect()
|
/linux/fs/gfs2/ |
H A D | lock_dlm.c | 1341 * 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 D | md-cluster.c | 900 ret = dlm_new_lockspace(str, mddev->bitmap_info.cluster_name, in join()
|