Searched refs:cmdline_subpart (Results 1 – 1 of 1) sorted by relevance
27 struct cmdline_subpart { struct32 struct cmdline_subpart *next_subpart; argument38 struct cmdline_subpart *subpart;42 static int parse_subpart(struct cmdline_subpart **subpart, char *partdef) in parse_subpart()45 struct cmdline_subpart *new_subpart; in parse_subpart()49 new_subpart = kzalloc(sizeof(struct cmdline_subpart), GFP_KERNEL); in parse_subpart()112 struct cmdline_subpart *subpart; in free_subpart()126 struct cmdline_subpart **next_subpart; in parse_parts()253 static int add_part(int slot, struct cmdline_subpart *subpart, in add_part()285 struct cmdline_subpart *subpart; in cmdline_parts_set()
Completed in 4 milliseconds