Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dcmdline-parser.h19 struct cmdline_subpart { struct
24 struct cmdline_subpart *next_subpart; argument
30 struct cmdline_subpart *subpart;
43 int (*add_part)(int, struct cmdline_subpart *, void *),
/Linux-v5.10/block/
Dcmdline-parser.c11 static int parse_subpart(struct cmdline_subpart **subpart, char *partdef) in parse_subpart()
14 struct cmdline_subpart *new_subpart; in parse_subpart()
18 new_subpart = kzalloc(sizeof(struct cmdline_subpart), GFP_KERNEL); in parse_subpart()
81 struct cmdline_subpart *subpart; in free_subpart()
95 struct cmdline_subpart **next_subpart; in parse_parts()
228 int (*add_part)(int, struct cmdline_subpart *, void *), in cmdline_parts_set() argument
232 struct cmdline_subpart *subpart; in cmdline_parts_set()
/Linux-v5.10/block/partitions/
Dcmdline.c25 static int add_part(int slot, struct cmdline_subpart *subpart, void *param) in add_part()