Home
last modified time | relevance | path

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

/fs/dlm/
Dconfig.c457 struct dlm_spaces *sps = NULL; in make_cluster() local
463 sps = kzalloc(sizeof(struct dlm_spaces), GFP_NOFS); in make_cluster()
466 if (!cl || !gps || !sps || !cms) in make_cluster()
470 config_group_init_type_name(&sps->ss_group, "spaces", &spaces_type); in make_cluster()
474 cl->group.default_groups[0] = &sps->ss_group; in make_cluster()
494 space_list = &sps->ss_group; in make_cluster()
501 kfree(sps); in make_cluster()