Searched refs:dst_lba (Results 1 – 2 of 2) sorted by relevance
327 xop->dst_lba = get_unaligned_be64(&desc[20]); in target_xcopy_parse_segdesc_02()330 (unsigned long long)xop->dst_lba); in target_xcopy_parse_segdesc_02()619 sector_t dst_lba, in target_xcopy_write_destination() argument634 put_unaligned_be64(dst_lba, &cdb[2]); in target_xcopy_write_destination()662 sector_t src_lba, dst_lba, end_lba; in target_xcopy_do_work() local681 dst_lba = xop->dst_lba; in target_xcopy_do_work()705 (unsigned long long)src_lba, (unsigned long long)dst_lba); in target_xcopy_do_work()741 dst_lba, cur_bytes); in target_xcopy_do_work()745 dst_lba += cur_bytes / dst_dev->dev_attrib.block_size; in target_xcopy_do_work()747 (unsigned long long)dst_lba); in target_xcopy_do_work()[all …]
33 sector_t dst_lba; member