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()102 *subpart = new_subpart; in parse_subpart()111 struct cmdline_subpart *subpart; in free_subpart() local113 while (parts->subpart) { in free_subpart()114 subpart = parts->subpart; in free_subpart()115 parts->subpart = subpart->next_subpart; in free_subpart()116 kfree(subpart); in free_subpart()145 next_subpart = &newparts->subpart; in parse_parts()[all …]