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

/linux-master/block/partitions/
H A Dcmdline.c38 struct cmdline_subpart *subpart; member in struct:cmdline_parts
42 static int parse_subpart(struct cmdline_subpart **subpart, char *partdef) argument
47 *subpart = NULL;
98 *subpart = new_subpart;
107 struct cmdline_subpart *subpart; local
109 while (parts->subpart) {
110 subpart = parts->subpart;
111 parts->subpart = subpart
228 add_part(int slot, struct cmdline_subpart *subpart, struct parsed_partitions *state) argument
256 struct cmdline_subpart *subpart; local
[all...]

Completed in 123 milliseconds