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

/linux-4.4.14/block/
H A Dcmdline-parser.c152 struct cmdline_parts *next_parts; cmdline_parts_free() local
155 next_parts = (*parts)->next_parts; cmdline_parts_free()
158 *parts = next_parts; cmdline_parts_free()
169 struct cmdline_parts **next_parts; cmdline_parts_parse() local
177 next_parts = parts; cmdline_parts_parse()
184 ret = parse_parts(next_parts, pbuf); cmdline_parts_parse()
191 next_parts = &(*next_parts)->next_parts; cmdline_parts_parse()
215 parts = parts->next_parts; cmdline_parts_find()
/linux-4.4.14/include/linux/
H A Dcmdline-parser.h30 struct cmdline_parts *next_parts; member in struct:cmdline_parts

Completed in 130 milliseconds