Home
last modified time | relevance | path

Searched refs:holes_list (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c297 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()
H A Dcpio.h316 typedef struct holes_list { struct
319 struct holes_list *hl_next; argument
323 holes_list_t *holes_list; /* linked list of holes_list */ member
H A Dcpio.c2533 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) { in data_copy_with_holes()
2908 holes_list_t *hl = holes->holes_list; in read_compress_holes()
2911 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) { in read_compress_holes()