Searched refs:subpart (Results 1 – 1 of 1) sorted by relevance
38 struct cmdline_subpart *subpart; member42 static int parse_subpart(struct cmdline_subpart **subpart, char *partdef) in parse_subpart() argument47 *subpart = NULL; in parse_subpart()103 *subpart = new_subpart; in parse_subpart()112 struct cmdline_subpart *subpart; in free_subpart() local114 while (parts->subpart) { in free_subpart()115 subpart = parts->subpart; in free_subpart()116 parts->subpart = subpart->next_subpart; in free_subpart()117 kfree(subpart); in free_subpart()147 next_subpart = &newparts->subpart; in parse_parts()[all …]