Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.c707 u32 dst_sectors) in target_xcopy_write_destination() argument
711 u32 length = (dst_sectors * dst_dev->dev_attrib.block_size); in target_xcopy_write_destination()
727 put_unaligned_be32(dst_sectors, &cdb[10]); in target_xcopy_write_destination()
729 (unsigned long long)dst_lba, dst_sectors, length); in target_xcopy_write_destination()