Searched refs:subpart (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | cmdline-parser.c | 11 static int parse_subpart(struct cmdline_subpart **subpart, char *partdef) in parse_subpart() argument 16 *subpart = NULL; in parse_subpart() 72 *subpart = new_subpart; in parse_subpart() 81 struct cmdline_subpart *subpart; in free_subpart() local 83 while (parts->subpart) { in free_subpart() 84 subpart = parts->subpart; in free_subpart() 85 parts->subpart = subpart->next_subpart; in free_subpart() 86 kfree(subpart); in free_subpart() 232 struct cmdline_subpart *subpart; cmdline_parts_set() local [all...] |
/kernel/linux/linux-6.6/block/partitions/ |
H A D | cmdline.c | 38 struct cmdline_subpart *subpart; member 42 static int parse_subpart(struct cmdline_subpart **subpart, char *partdef) in parse_subpart() argument 47 *subpart = NULL; in parse_subpart() 102 *subpart = new_subpart; in parse_subpart() 111 struct cmdline_subpart *subpart; in free_subpart() local 113 while (parts->subpart) { in free_subpart() 114 subpart = parts->subpart; in free_subpart() 115 parts->subpart = subpart in free_subpart() 250 add_part(int slot, struct cmdline_subpart *subpart, struct parsed_partitions *state) add_part() argument 281 struct cmdline_subpart *subpart; cmdline_parts_set() local [all...] |
/kernel/linux/linux-5.10/block/partitions/ |
H A D | cmdline.c | 25 static int add_part(int slot, struct cmdline_subpart *subpart, void *param) in add_part() argument 35 put_partition(state, slot, subpart->from >> 9, in add_part() 36 subpart->size >> 9); in add_part() 41 sizeof(subpart->name)); in add_part() 42 strncpy(info->volname, subpart->name, label_min); in add_part()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cmdline-parser.h | 30 struct cmdline_subpart *subpart; member
|
Completed in 1 milliseconds