Home
last modified time | relevance | path

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

/linux-6.1.9/block/partitions/
Dcmdline.c38 struct cmdline_subpart *subpart; member
42 static int parse_subpart(struct cmdline_subpart **subpart, char *partdef) in parse_subpart() argument
47 *subpart = NULL; in parse_subpart()
103 *subpart = new_subpart; in parse_subpart()
112 struct cmdline_subpart *subpart; in free_subpart() local
114 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 …]