Searched refs:dup_start (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A D | mksquashfs.c | 2076 long long target_start, dup_start = dupl_ptr->start; in duplicate() local 2129 dup_start); in duplicate() 2133 dup_data = read_from_disk2(dup_start, in duplicate() 2149 dup_start += size; in duplicate() 2745 long long file_bytes, dup_start, start; in write_file_blocks_dup() local 2767 start = dup_start = bytes; in write_file_blocks_dup() 2804 dupl_ptr = duplicate(read_size, file_bytes, &block_listp, &dup_start, in write_file_blocks_dup() 2850 dup_start, blocks, block_listp, fragment, NULL, sparse); in write_file_blocks_dup()
|