Searched refs:cur_nolb (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/target/ |
D | target_core_xcopy.c | 709 unsigned short cur_nolb = min(nolb, max_nolb); in target_xcopy_do_work() local 710 u32 cur_bytes = cur_nolb * src_dev->dev_attrib.block_size; in target_xcopy_do_work() 728 " cur_nolb: %hu\n", src_dev, (unsigned long long)src_lba, cur_nolb); in target_xcopy_do_work() 730 rc = target_xcopy_read_source(ec_cmd, xop, src_dev, src_lba, cur_nolb); in target_xcopy_do_work() 734 src_lba += cur_nolb; in target_xcopy_do_work() 739 " cur_nolb: %hu\n", dst_dev, (unsigned long long)dst_lba, cur_nolb); in target_xcopy_do_work() 742 dst_lba, cur_nolb); in target_xcopy_do_work() 746 dst_lba += cur_nolb; in target_xcopy_do_work() 750 copied_nolb += cur_nolb; in target_xcopy_do_work() 751 nolb -= cur_nolb; in target_xcopy_do_work()
|