Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c190 hl->hl_data = data; in get_holes_list()
220 size += (hl->hl_hole - hl->hl_data); in get_compressed_filesz()
256 p = put_value(hl->hl_data, p); in store_sparse_string()
415 hl->hl_data = (off_t)ull; in parse_holesdata()
430 if (loff >= hl->hl_data) in parse_holesdata()
432 loff = hl->hl_data; in parse_holesdata()
H A Dcpio.h317 off_t hl_data; member
H A Dcpio.c2534 if (curpos != hl->hl_data) { in data_copy_with_holes()
2537 if (noff != hl->hl_data) { in data_copy_with_holes()
2542 datasize = hl->hl_data - curpos; in data_copy_with_holes()
2557 curpos = hl->hl_data; in data_copy_with_holes()
2559 datasize = hl->hl_hole - hl->hl_data; in data_copy_with_holes()
2570 (void) ftruncate(ofd, 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()
2922 if (hl->hl_data == file_size) in read_compress_holes()
2938 if (curpos != hl->hl_data) { in read_compress_holes()
[all …]