Home
last modified time | relevance | path

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

/fs/ocfs2/cluster/
Dnodemanager.c708 void *defs = NULL; in o2nm_cluster_group_make_group() local
717 defs = kcalloc(3, sizeof(struct config_group *), GFP_KERNEL); in o2nm_cluster_group_make_group()
719 if (cluster == NULL || ns == NULL || o2hb_group == NULL || defs == NULL) in o2nm_cluster_group_make_group()
727 cluster->cl_group.default_groups = defs; in o2nm_cluster_group_make_group()
746 kfree(defs); in o2nm_cluster_group_make_group()