Searched refs:cmdline_parts (Results 1 – 1 of 1) sorted by relevance
35 struct cmdline_parts { struct39 struct cmdline_parts *next_parts; argument110 static void free_subpart(struct cmdline_parts *parts) in free_subpart()121 static int parse_parts(struct cmdline_parts **parts, const char *bdevdef) in parse_parts()127 struct cmdline_parts *newparts; in parse_parts()132 newparts = kzalloc(sizeof(struct cmdline_parts), GFP_KERNEL); in parse_parts()182 static void cmdline_parts_free(struct cmdline_parts **parts) in cmdline_parts_free()184 struct cmdline_parts *next_parts; in cmdline_parts_free()194 static int cmdline_parts_parse(struct cmdline_parts **parts, in cmdline_parts_parse()201 struct cmdline_parts **next_parts; in cmdline_parts_parse()[all …]