holes_list
for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) {
holes_list_t *hl = holes->holes_list;
for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) {
struct holes_list *hl_next;
holes_list_t *holes_list; /* linked list of holes_list */
for (hl = hi->holes_list; hl != NULL; hl = nhl) {
hi->holes_list = NULL;
hi->holes_list = hl;
hlp = &hi->holes_list;
for (hl = hi->holes_list; hl != NULL; hl = hl->hl_next) {
hi->data_size = get_compressed_filesz(hi->holes_list);