Home
last modified time | relevance | path

Searched refs:dst_lba (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_xcopy.c340 xop->dst_lba = get_unaligned_be64(&desc[20]); in target_xcopy_parse_segdesc_02()
341 pr_debug("XCOPY seg desc 0x02: nolb: %hu src_lba: %llu dst_lba: %llu\n", in target_xcopy_parse_segdesc_02()
343 (unsigned long long)xop->dst_lba); in target_xcopy_parse_segdesc_02()
643 sector_t dst_lba, in target_xcopy_write_destination()
658 put_unaligned_be64(dst_lba, &cdb[2]); in target_xcopy_write_destination()
661 (unsigned long long)dst_lba, dst_sectors, length); in target_xcopy_write_destination()
686 sector_t src_lba, dst_lba, end_lba; in target_xcopy_do_work() local
700 dst_lba = xop->dst_lba; in target_xcopy_do_work()
715 pr_debug("target_xcopy_do_work: Starting src_lba: %llu, dst_lba in target_xcopy_do_work()
639 target_xcopy_write_destination( struct se_cmd *ec_cmd, struct xcopy_op *xop, struct se_device *dst_dev, sector_t dst_lba, u32 dst_sectors) target_xcopy_write_destination() argument
[all...]
H A Dtarget_core_xcopy.h33 sector_t dst_lba; member
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_xcopy.c326 xop->dst_lba = get_unaligned_be64(&desc[20]); in target_xcopy_parse_segdesc_02()
327 pr_debug("XCOPY seg desc 0x02: nolb: %hu src_lba: %llu dst_lba: %llu\n", in target_xcopy_parse_segdesc_02()
329 (unsigned long long)xop->dst_lba); in target_xcopy_parse_segdesc_02()
618 sector_t dst_lba, in target_xcopy_write_destination()
633 put_unaligned_be64(dst_lba, &cdb[2]); in target_xcopy_write_destination()
636 (unsigned long long)dst_lba, transfer_length_block, dst_bytes); in target_xcopy_write_destination()
661 sector_t src_lba, dst_lba, end_lba; in target_xcopy_do_work() local
680 dst_lba = xop->dst_lba; in target_xcopy_do_work()
703 pr_debug("%s: Starting src_lba: %llu, dst_lba in target_xcopy_do_work()
614 target_xcopy_write_destination( struct se_cmd *ec_cmd, struct xcopy_op *xop, struct se_device *dst_dev, sector_t dst_lba, u32 dst_bytes) target_xcopy_write_destination() argument
[all...]
H A Dtarget_core_xcopy.h33 sector_t dst_lba; member

Completed in 4 milliseconds