Lines Matching refs:cmdline_parts
35 struct cmdline_parts {
39 struct cmdline_parts *next_parts;
109 static void free_subpart(struct cmdline_parts *parts)
120 static int parse_parts(struct cmdline_parts **parts, const char *bdevdef)
126 struct cmdline_parts *newparts;
131 newparts = kzalloc(sizeof(struct cmdline_parts), GFP_KERNEL);
179 static void cmdline_parts_free(struct cmdline_parts **parts)
181 struct cmdline_parts *next_parts;
191 static int cmdline_parts_parse(struct cmdline_parts **parts,
198 struct cmdline_parts **next_parts;
239 static struct cmdline_parts *cmdline_parts_find(struct cmdline_parts *parts,
248 static struct cmdline_parts *bdev_parts;
277 static int cmdline_parts_set(struct cmdline_parts *parts, sector_t disk_size,
379 struct cmdline_parts *parts;