Searched refs:nds (Results 1 – 1 of 1) sorted by relevance
411 struct dlm_nodes *nds = NULL; in make_space() local414 nds = kzalloc(sizeof(struct dlm_nodes), GFP_NOFS); in make_space()416 if (!sp || !nds) in make_space()421 config_group_init_type_name(&nds->ns_group, "nodes", &nodes_type); in make_space()422 configfs_add_default_group(&nds->ns_group, &sp->group); in make_space()431 kfree(nds); in make_space()