Searched refs:fd_offset (Results 1 – 2 of 2) sorted by relevance
98 int64_t fd_offset; in archive_read_data_into_fd() local112 fd_offset = lseek(fd, 0, SEEK_CUR); in archive_read_data_into_fd()113 if (fd_offset == -1) in archive_read_data_into_fd()199 if (offset - fd_offset != actual_offset) { in archive_read_data_into_fd()
269 int64_t fd_offset; member610 a->fd_offset = 0; in _archive_write_disk_header()1032 if (a->offset != a->fd_offset) { in write_data_block()1038 a->fd_offset = a->offset; in write_data_block()1049 a->fd_offset = a->offset; in write_data_block()1622 if (a->offset < a->fd_offset) { in hfs_write_data_block()1627 } else if (a->offset > a->fd_offset) { in hfs_write_data_block()1628 uint64_t skip = a->offset - a->fd_offset; in hfs_write_data_block()1647 a->fd_offset = a->offset; in hfs_write_data_block()1657 a->fd_offset = a->offset; in hfs_write_data_block()[all …]