Lines Matching refs:cmdline_parts
35 struct cmdline_parts { struct
39 struct cmdline_parts *next_parts; argument
110 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()
242 static struct cmdline_parts *cmdline_parts_find(struct cmdline_parts *parts, in cmdline_parts_find()
251 static struct cmdline_parts *bdev_parts;
281 static int cmdline_parts_set(struct cmdline_parts *parts, sector_t disk_size, in cmdline_parts_set()
383 struct cmdline_parts *parts; in cmdline_partition()