Lines Matching refs:cmdline_parts
79 static void free_subpart(struct cmdline_parts *parts)
90 static int parse_parts(struct cmdline_parts **parts, const char *bdevdef)
96 struct cmdline_parts *newparts;
101 newparts = kzalloc(sizeof(struct cmdline_parts), GFP_KERNEL);
151 void cmdline_parts_free(struct cmdline_parts **parts)
153 struct cmdline_parts *next_parts;
164 int cmdline_parts_parse(struct cmdline_parts **parts, const char *cmdline)
170 struct cmdline_parts **next_parts;
212 struct cmdline_parts *cmdline_parts_find(struct cmdline_parts *parts,
226 int cmdline_parts_set(struct cmdline_parts *parts, sector_t disk_size,