Home
last modified time | relevance | path

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

/linux-6.1.9/block/partitions/
Dcmdline.c39 struct cmdline_parts *next_parts; member
184 struct cmdline_parts *next_parts; in cmdline_parts_free() local
187 next_parts = (*parts)->next_parts; in cmdline_parts_free()
190 *parts = next_parts; in cmdline_parts_free()
201 struct cmdline_parts **next_parts; in cmdline_parts_parse() local
209 next_parts = parts; in cmdline_parts_parse()
216 ret = parse_parts(next_parts, pbuf); in cmdline_parts_parse()
223 next_parts = &(*next_parts)->next_parts; in cmdline_parts_parse()
246 parts = parts->next_parts; in cmdline_parts_find()