Searched refs:cur_nolb (Results 1 – 1 of 1) sorted by relevance
/drivers/target/ |
D | target_core_xcopy.c | 719 unsigned short cur_nolb = min(nolb, max_nolb); in target_xcopy_do_work() local 720 u32 cur_bytes = cur_nolb * src_dev->dev_attrib.block_size; in target_xcopy_do_work() 738 " cur_nolb: %hu\n", src_dev, (unsigned long long)src_lba, cur_nolb); in target_xcopy_do_work() 740 rc = target_xcopy_read_source(ec_cmd, xop, src_dev, src_lba, cur_nolb); in target_xcopy_do_work() 744 src_lba += cur_nolb; in target_xcopy_do_work() 749 " cur_nolb: %hu\n", dst_dev, (unsigned long long)dst_lba, cur_nolb); in target_xcopy_do_work() 752 dst_lba, cur_nolb); in target_xcopy_do_work() 756 dst_lba += cur_nolb; in target_xcopy_do_work() 760 copied_nolb += cur_nolb; in target_xcopy_do_work() 761 nolb -= cur_nolb; in target_xcopy_do_work()
|