Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_xcopy.c644 u32 dst_sectors) in target_xcopy_write_destination() argument
648 u32 length = (dst_sectors * dst_dev->dev_attrib.block_size); in target_xcopy_write_destination()
659 put_unaligned_be32(dst_sectors, &cdb[10]); in target_xcopy_write_destination()
661 (unsigned long long)dst_lba, dst_sectors, length); in target_xcopy_write_destination()