Home
last modified time | relevance | path

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

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