Home
last modified time | relevance | path

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

/fs/dlm/
Dconfig.c346 struct dlm_spaces *sps = NULL; in make_cluster() local
350 sps = kzalloc(sizeof(struct dlm_spaces), GFP_NOFS); in make_cluster()
353 if (!cl || !sps || !cms) in make_cluster()
357 config_group_init_type_name(&sps->ss_group, "spaces", &spaces_type); in make_cluster()
360 configfs_add_default_group(&sps->ss_group, &cl->group); in make_cluster()
379 space_list = &sps->ss_group; in make_cluster()
385 kfree(sps); in make_cluster()