Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dprofile.c187 static errcode_t profile_add_node
736 retval = profile_add_node(state->root_section, in parse_line()
821 retval = profile_add_node(state->current_section, in parse_line()
833 profile_add_node(state->current_section, tag, value, &node); in parse_line()
1148 errcode_t profile_add_node(struct profile_node *section, const char *name, in profile_add_node() function