Home
last modified time | relevance | path

Searched refs:dst_lba (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.c284 xop->dst_lba = get_unaligned_be64(&desc[20]); in target_xcopy_parse_segdesc_02()
287 (unsigned long long)xop->dst_lba); in target_xcopy_parse_segdesc_02()
706 sector_t dst_lba, in target_xcopy_write_destination() argument
726 put_unaligned_be64(dst_lba, &cdb[2]); in target_xcopy_write_destination()
729 (unsigned long long)dst_lba, dst_sectors, length); in target_xcopy_write_destination()
767 sector_t src_lba = xop->src_lba, dst_lba = xop->dst_lba, end_lba; in target_xcopy_do_work() local
786 (unsigned long long)src_lba, (unsigned long long)dst_lba); in target_xcopy_do_work()
803 " cur_nolb: %hu\n", dst_dev, (unsigned long long)dst_lba, cur_nolb); in target_xcopy_do_work()
806 dst_lba, cur_nolb); in target_xcopy_do_work()
812 dst_lba += cur_nolb; in target_xcopy_do_work()
[all …]
Dtarget_core_xcopy.h24 sector_t dst_lba; member