Home | History | Annotate | Download | only in misc

Lines Matching full:source_offset

69 static blk64_t source_offset, dest_offset;
591 if (move_mode && dest_offset > source_offset) {
592 distance = (dest_offset - source_offset) / fs->blocksize;
610 if (blk < (source_offset - dest_offset) / fs->blocksize)
1488 source_offset = strtoull(optarg, NULL, 0);
1503 (source_offset || dest_offset))
1513 if ((source_offset || dest_offset) && img_type != E2IMAGE_RAW) {
1562 sprintf(offset_opt, "offset=%llu", source_offset);