Searched refs:holes_list (Results 1 – 3 of 3) sorted by relevance
297 for (hl = hi->holes_list; hl != NULL; hl = nhl) { in free_holesdata()301 hi->holes_list = NULL; in free_holesdata()332 hi->holes_list = hl; in get_holes_info()404 hlp = &hi->holes_list; in parse_holesdata()429 for (hl = hi->holes_list; hl != NULL; hl = hl->hl_next) { in parse_holesdata()445 hi->data_size = get_compressed_filesz(hi->holes_list); in parse_holesdata()
316 typedef struct holes_list { struct319 struct holes_list *hl_next; argument323 holes_list_t *holes_list; /* linked list of holes_list */ member
2525 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) { in data_copy_with_holes()2900 holes_list_t *hl = holes->holes_list; in read_compress_holes()2903 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) { in read_compress_holes()