Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/target/
Dtarget_core_xcopy.c630 u32 dst_sectors) in target_xcopy_write_destination() argument
634 u32 length = (dst_sectors * dst_dev->dev_attrib.block_size); in target_xcopy_write_destination()
645 put_unaligned_be32(dst_sectors, &cdb[10]); in target_xcopy_write_destination()
647 (unsigned long long)dst_lba, dst_sectors, length); in target_xcopy_write_destination()