cmdline_parts
static void free_subpart(struct cmdline_parts *parts)
static int parse_parts(struct cmdline_parts **parts, char *bdevdef)
struct cmdline_parts *newparts;
newparts = kzalloc_obj(struct cmdline_parts);
static void cmdline_parts_free(struct cmdline_parts **parts)
struct cmdline_parts *next_parts;
static int cmdline_parts_parse(struct cmdline_parts **parts,
struct cmdline_parts **next_parts;
static struct cmdline_parts *cmdline_parts_find(struct cmdline_parts *parts,
static struct cmdline_parts *bdev_parts;
static int cmdline_parts_set(struct cmdline_parts *parts, sector_t disk_size,
struct cmdline_parts *parts;
struct cmdline_parts *next_parts;