Searched refs:dlm_new_lockspace (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/linux/ |
D | dlm.h | 80 int dlm_new_lockspace(const char *name, const char *cluster,
|
/linux-6.1.9/fs/dlm/ |
D | main.c | 93 EXPORT_SYMBOL_GPL(dlm_new_lockspace);
|
D | lockspace.c | 736 int dlm_new_lockspace(const char *name, const char *cluster, uint32_t flags, in dlm_new_lockspace() function
|
/linux-6.1.9/fs/ocfs2/ |
D | stack_user.c | 993 rc = dlm_new_lockspace(conn->cc_name, conn->cc_cluster_name, in user_cluster_connect()
|
/linux-6.1.9/fs/gfs2/ |
D | lock_dlm.c | 1311 error = dlm_new_lockspace(fsname, cluster, flags, GDLM_LVB_SIZE, in gdlm_mount()
|
/linux-6.1.9/drivers/md/ |
D | md-cluster.c | 878 ret = dlm_new_lockspace(str, mddev->bitmap_info.cluster_name, in join()
|