Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_xcopy.c685 u32 dst_sectors) in target_xcopy_write_destination() argument
689 u32 length = (dst_sectors * dst_dev->dev_attrib.block_size); in target_xcopy_write_destination()
705 put_unaligned_be32(dst_sectors, &cdb[10]); in target_xcopy_write_destination()
707 (unsigned long long)dst_lba, dst_sectors, length); in target_xcopy_write_destination()