Home
last modified time | relevance | path

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

/fs/dlm/
Dconfig.c83 struct dlm_spaces *sps; member
375 struct dlm_spaces *sps = NULL; in make_cluster() local
379 sps = kzalloc(sizeof(struct dlm_spaces), GFP_NOFS); in make_cluster()
382 if (!cl || !sps || !cms) in make_cluster()
385 cl->sps = sps; in make_cluster()
389 config_group_init_type_name(&sps->ss_group, "spaces", &spaces_type); in make_cluster()
392 configfs_add_default_group(&sps->ss_group, &cl->group); in make_cluster()
411 space_list = &sps->ss_group; in make_cluster()
417 kfree(sps); in make_cluster()
438 kfree(cl->sps); in release_cluster()