Home
last modified time | relevance | path

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

/Linux-v6.6/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()
102 *subpart = new_subpart; in parse_subpart()
111 struct cmdline_subpart *subpart; in free_subpart() local
113 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 …]