Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:current_section

157 	struct profile_node *current_section;
729 &iter, &state->current_section);
733 &state->current_section);
744 state->current_section->final = 1;
759 state->current_section->final = 1;
760 state->current_section = state->current_section->parent;
816 retval = profile_add_node(state->current_section,
817 tag, 0, &state->current_section);
821 state->current_section->final = 1;
828 profile_add_node(state->current_section, tag, value, &node);