Home
last modified time | relevance | path

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

/linux-4.19.296/block/
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()
216 parts = parts->next_parts; in cmdline_parts_find()
/linux-4.19.296/include/linux/
Dcmdline-parser.h31 struct cmdline_parts *next_parts; member