Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
H A Dcmdline-parser.c153 struct cmdline_parts *next_parts; in cmdline_parts_free() local
156 next_parts = (*parts)->next_parts; in cmdline_parts_free()
159 *parts = next_parts; in cmdline_parts_free()
170 struct cmdline_parts **next_parts; in cmdline_parts_parse() local
178 next_parts = parts; in cmdline_parts_parse()
185 ret = parse_parts(next_parts, pbuf); in cmdline_parts_parse()
192 next_parts = &(*next_parts)->next_parts; in cmdline_parts_parse()
[all...]
/kernel/linux/linux-6.6/block/partitions/
H A Dcmdline.c39 struct cmdline_parts *next_parts; member
181 struct cmdline_parts *next_parts; in cmdline_parts_free() local
184 next_parts = (*parts)->next_parts; in cmdline_parts_free()
187 *parts = next_parts; in cmdline_parts_free()
198 struct cmdline_parts **next_parts; in cmdline_parts_parse() local
206 next_parts = parts; in cmdline_parts_parse()
213 ret = parse_parts(next_parts, pbuf); in cmdline_parts_parse()
220 next_parts = &(*next_parts) in cmdline_parts_parse()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dcmdline-parser.h31 struct cmdline_parts *next_parts; member

Completed in 2 milliseconds