Home
last modified time | relevance | path

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

/Linux-v6.6/block/partitions/
Dcmdline.c35 struct cmdline_parts { struct
39 struct cmdline_parts *next_parts; argument
109 static void free_subpart(struct cmdline_parts *parts) in free_subpart()
120 static int parse_parts(struct cmdline_parts **parts, const char *bdevdef) in parse_parts()
126 struct cmdline_parts *newparts; in parse_parts()
131 newparts = kzalloc(sizeof(struct cmdline_parts), GFP_KERNEL); in parse_parts()
179 static void cmdline_parts_free(struct cmdline_parts **parts) in cmdline_parts_free()
181 struct cmdline_parts *next_parts; in cmdline_parts_free()
191 static int cmdline_parts_parse(struct cmdline_parts **parts, in cmdline_parts_parse()
198 struct cmdline_parts **next_parts; in cmdline_parts_parse()
[all …]