Home
last modified time | relevance | path

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

/fs/dlm/
Dconfig.c348 struct dlm_spaces *sps = NULL; in make_cluster() local
352 sps = kzalloc(sizeof(struct dlm_spaces), GFP_NOFS); in make_cluster()
355 if (!cl || !sps || !cms) in make_cluster()
359 config_group_init_type_name(&sps->ss_group, "spaces", &spaces_type); in make_cluster()
362 configfs_add_default_group(&sps->ss_group, &cl->group); in make_cluster()
381 space_list = &sps->ss_group; in make_cluster()
387 kfree(sps); in make_cluster()