Searched refs:sp_base_list (Results 1 – 1 of 1) sorted by relevance
44 struct sp_base_list { struct45 struct sp_base_list *next; argument82 static struct sp_base_list *sp_add_done(md_sp_t *part, struct sp_base_list *lp);83 static int sp_done(md_sp_t *part, struct sp_base_list *lp);84 static int sp_match(md_sp_t *part, struct sp_base_list *lp);85 static void sp_free_list(struct sp_base_list *lp);1180 struct sp_base_list *base_list = NULL; in print_concise_diskset()1779 static struct sp_base_list *1780 sp_add_done(md_sp_t *part, struct sp_base_list *lp) in sp_add_done()1782 struct sp_base_list *n; in sp_add_done()[all …]