Home
last modified time | relevance | path

Searched refs:cmdline_parts (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/block/partitions/
H A Dcmdline.c35 struct cmdline_parts { struct
39 struct cmdline_parts *next_parts; argument
105 static void free_subpart(struct cmdline_parts *parts) in free_subpart()
121 struct cmdline_parts *newparts; in parse_parts()
164 static void cmdline_parts_free(struct cmdline_parts **parts) in cmdline_parts_free()
166 struct cmdline_parts *next_parts; in cmdline_parts_free()
176 static int cmdline_parts_parse(struct cmdline_parts **parts, in cmdline_parts_parse()
183 struct cmdline_parts **next_parts; in cmdline_parts_parse()
217 static struct cmdline_parts *cmdline_parts_find(struct cmdline_parts *parts, in cmdline_parts_find()
226 static struct cmdline_parts *bdev_parts;
[all …]