cmdline_subpart    11 block/cmdline-parser.c static int parse_subpart(struct cmdline_subpart **subpart, char *partdef)
cmdline_subpart    14 block/cmdline-parser.c 	struct cmdline_subpart *new_subpart;
cmdline_subpart    18 block/cmdline-parser.c 	new_subpart = kzalloc(sizeof(struct cmdline_subpart), GFP_KERNEL);
cmdline_subpart    81 block/cmdline-parser.c 	struct cmdline_subpart *subpart;
cmdline_subpart    95 block/cmdline-parser.c 	struct cmdline_subpart **next_subpart;
cmdline_subpart   228 block/cmdline-parser.c 		      int (*add_part)(int, struct cmdline_subpart *, void *),
cmdline_subpart   232 block/cmdline-parser.c 	struct cmdline_subpart *subpart;
cmdline_subpart    26 block/partitions/cmdline.c static int add_part(int slot, struct cmdline_subpart *subpart, void *param)
cmdline_subpart    24 include/linux/cmdline-parser.h 	struct cmdline_subpart *next_subpart;
cmdline_subpart    30 include/linux/cmdline-parser.h 	struct cmdline_subpart *subpart;
cmdline_subpart    43 include/linux/cmdline-parser.h 		      int (*add_part)(int, struct cmdline_subpart *, void *),