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

/linux-4.4.14/include/linux/
H A Dcmdline-parser.h26 struct cmdline_parts { struct
30 struct cmdline_parts *next_parts;
33 void cmdline_parts_free(struct cmdline_parts **parts);
35 int cmdline_parts_parse(struct cmdline_parts **parts, const char *cmdline);
37 struct cmdline_parts *cmdline_parts_find(struct cmdline_parts *parts,
40 int cmdline_parts_set(struct cmdline_parts *parts, sector_t disk_size,
/linux-4.4.14/block/
H A Dcmdline-parser.c78 static void free_subpart(struct cmdline_parts *parts) free_subpart()
89 static int parse_parts(struct cmdline_parts **parts, const char *bdevdef) parse_parts()
95 struct cmdline_parts *newparts; parse_parts()
100 newparts = kzalloc(sizeof(struct cmdline_parts), GFP_KERNEL); parse_parts()
150 void cmdline_parts_free(struct cmdline_parts **parts) cmdline_parts_free()
152 struct cmdline_parts *next_parts; cmdline_parts_free()
163 int cmdline_parts_parse(struct cmdline_parts **parts, const char *cmdline) cmdline_parts_parse()
169 struct cmdline_parts **next_parts; cmdline_parts_parse()
211 struct cmdline_parts *cmdline_parts_find(struct cmdline_parts *parts, cmdline_parts_find()
225 int cmdline_parts_set(struct cmdline_parts *parts, sector_t disk_size, cmdline_parts_set()
/linux-4.4.14/block/partitions/
H A Dcmdline.c23 static struct cmdline_parts *bdev_parts;
71 struct cmdline_parts *parts; cmdline_partition()

Completed in 125 milliseconds