Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:current_section

157 	struct profile_node *current_section;
734 &iter, &state->current_section);
738 &state->current_section);
749 state->current_section->final = 1;
764 state->current_section->final = 1;
765 state->current_section = state->current_section->parent;
821 retval = profile_add_node(state->current_section,
822 tag, 0, &state->current_section);
826 state->current_section->final = 1;
833 profile_add_node(state->current_section, tag, value, &node);