Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dcmdline-parser.h27 struct cmdline_parts { struct
31 struct cmdline_parts *next_parts;
34 void cmdline_parts_free(struct cmdline_parts **parts);
36 int cmdline_parts_parse(struct cmdline_parts **parts, const char *cmdline);
38 struct cmdline_parts *cmdline_parts_find(struct cmdline_parts *parts,
41 int cmdline_parts_set(struct cmdline_parts *parts, sector_t disk_size,
/kernel/linux/linux-6.6/block/partitions/
H A Dcmdline.c35 struct cmdline_parts { struct
39 struct cmdline_parts *next_parts;
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_part in cmdline_parts_parse()
[all...]
/kernel/linux/linux-5.10/block/
H A Dcmdline-parser.c79 static void free_subpart(struct cmdline_parts *parts) in free_subpart()
90 static int parse_parts(struct cmdline_parts **parts, const char *bdevdef) in parse_parts()
96 struct cmdline_parts *newparts; in parse_parts()
101 newparts = kzalloc(sizeof(struct cmdline_parts), GFP_KERNEL); in parse_parts()
151 void cmdline_parts_free(struct cmdline_parts **parts) in cmdline_parts_free()
153 struct cmdline_parts *next_parts; in cmdline_parts_free()
164 int cmdline_parts_parse(struct cmdline_parts **parts, const char *cmdline) in cmdline_parts_parse()
170 struct cmdline_parts **next_parts; in cmdline_parts_parse()
212 struct cmdline_parts *cmdline_parts_find(struct cmdline_parts *part
[all...]
/kernel/linux/linux-5.10/block/partitions/
H A Dcmdline.c23 static struct cmdline_parts *bdev_parts;
127 struct cmdline_parts *parts; in cmdline_partition()

Completed in 2 milliseconds