Searched refs:hl_data (Results 1 – 3 of 3) sorted by relevance
190 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()
317 off_t hl_data; member
2526 if (curpos != hl->hl_data) { in data_copy_with_holes()2528 noff = lseek(ofd, hl->hl_data, SEEK_SET); in data_copy_with_holes()2529 if (noff != hl->hl_data) { in data_copy_with_holes()2534 datasize = hl->hl_data - curpos; in data_copy_with_holes()2547 (void) lseek(ifd, hl->hl_data, SEEK_SET); in data_copy_with_holes()2549 curpos = hl->hl_data; in data_copy_with_holes()2551 datasize = hl->hl_hole - hl->hl_data; in data_copy_with_holes()2562 (void) ftruncate(ofd, hl->hl_data); in data_copy_with_holes()2593 datasize = hl->hl_hole - hl->hl_data; in data_copy_with_holes()2904 datasize = hl->hl_hole - hl->hl_data; in read_compress_holes()[all …]