Home
last modified time | relevance | path

Searched refs:o2hb_group (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ocfs2/cluster/
Dnodemanager.c706 struct config_group *o2hb_group = NULL, *ret = NULL; in o2nm_cluster_group_make_group() local
715 o2hb_group = o2hb_alloc_hb_set(); in o2nm_cluster_group_make_group()
716 if (cluster == NULL || ns == NULL || o2hb_group == NULL) in o2nm_cluster_group_make_group()
725 configfs_add_default_group(o2hb_group, &cluster->cl_group); in o2nm_cluster_group_make_group()
741 o2hb_free_hb_set(o2hb_group); in o2nm_cluster_group_make_group()