Searched refs:cur_nolb (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/target/ |
| D | target_core_xcopy.c | 698 unsigned short cur_nolb = min(nolb, max_nolb); in target_xcopy_do_work() local 699 u32 cur_bytes = cur_nolb * src_dev->dev_attrib.block_size; in target_xcopy_do_work() 717 " cur_nolb: %hu\n", src_dev, (unsigned long long)src_lba, cur_nolb); in target_xcopy_do_work() 719 rc = target_xcopy_read_source(ec_cmd, xop, src_dev, src_lba, cur_nolb); in target_xcopy_do_work() 723 src_lba += cur_nolb; in target_xcopy_do_work() 728 " cur_nolb: %hu\n", dst_dev, (unsigned long long)dst_lba, cur_nolb); in target_xcopy_do_work() 731 dst_lba, cur_nolb); in target_xcopy_do_work() 735 dst_lba += cur_nolb; in target_xcopy_do_work() 739 copied_nolb += cur_nolb; in target_xcopy_do_work() 740 nolb -= cur_nolb; in target_xcopy_do_work()
|