Home
last modified time | relevance | path

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

/openbmc/linux/block/partitions/
H A Dcmdline.c39 struct cmdline_parts *next_parts; member
166 struct cmdline_parts *next_parts; in cmdline_parts_free() local
169 next_parts = (*parts)->next_parts; in cmdline_parts_free()
172 *parts = next_parts; in cmdline_parts_free()
183 struct cmdline_parts **next_parts; in cmdline_parts_parse() local
191 next_parts = parts; in cmdline_parts_parse()
194 ret = parse_parts(next_parts, next); in cmdline_parts_parse()
198 next_parts = &(*next_parts)->next_parts; in cmdline_parts_parse()
221 parts = parts->next_parts; in cmdline_parts_find()