Searched refs:dfhead (Results 1 – 1 of 1) sorted by relevance
7073 struct deltafrag *dfhead; in apply_rcs_changes() local7077 dfhead = NULL; in apply_rcs_changes()7087 df->next = dfhead; in apply_rcs_changes()7088 dfhead = df; in apply_rcs_changes()7142 for (df = dfhead; df != NULL;) in apply_rcs_changes()7169 free (dfhead); in apply_rcs_changes()7170 dfhead = df; in apply_rcs_changes()