Lines Matching refs:dest_offset
69 static blk64_t source_offset, dest_offset; variable
591 if (move_mode && dest_offset > source_offset) { in output_meta_data_blocks()
592 distance = (dest_offset - source_offset) / fs->blocksize; in output_meta_data_blocks()
600 seek_set(fd, (start * fs->blocksize) + dest_offset); in output_meta_data_blocks()
610 if (blk < (source_offset - dest_offset) / fs->blocksize) in output_meta_data_blocks()
719 fs->blocksize * ext2fs_blocks_count(fs->super) + dest_offset); in output_meta_data_blocks()
1491 dest_offset = strtoull(optarg, NULL, 0); in main()
1503 (source_offset || dest_offset)) in main()
1513 if ((source_offset || dest_offset) && img_type != E2IMAGE_RAW) { in main()
1589 if (dest_offset) in main()
1590 seek_set(fd, dest_offset); in main()