Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c191 hl->hl_hole = hole; in get_holes_list()
220 size += (hl->hl_hole - hl->hl_data); in get_compressed_filesz()
258 p = put_value(hl->hl_hole, p); in store_sparse_string()
424 hl->hl_hole = (off_t)ull; in parse_holesdata()
434 if (loff > hl->hl_hole) in parse_holesdata()
436 loff = hl->hl_hole; in parse_holesdata()
H A Dcpio.h318 off_t hl_hole; member
H A Dcpio.c2559 datasize = hl->hl_hole - hl->hl_data; in data_copy_with_holes()
2601 datasize = hl->hl_hole - hl->hl_data; in data_copy_with_holes()
2912 datasize = hl->hl_hole - hl->hl_data; in read_compress_holes()
2930 left += (hl->hl_hole - hl->hl_data); in read_compress_holes()