Searched refs:dfhead (Results 1 – 1 of 1) sorted by relevance
7069 struct deltafrag *dfhead; in apply_rcs_changes() local7073 dfhead = NULL; in apply_rcs_changes()7083 df->next = dfhead; in apply_rcs_changes()7084 dfhead = df; in apply_rcs_changes()7138 for (df = dfhead; df != NULL;) in apply_rcs_changes()7165 free (dfhead); in apply_rcs_changes()7166 dfhead = df; in apply_rcs_changes()