Home
last modified time | relevance | path

Searched refs:cur_nolb (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_xcopy.c719 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()
[all...]
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_xcopy.c708 unsigned short cur_nolb = cur_bytes / src_dev->dev_attrib.block_size; in target_xcopy_do_work() local
725 pr_debug("%s: Calling read src_dev: %p src_lba: %llu, cur_nolb: %hu\n", in target_xcopy_do_work()
726 __func__, src_dev, (unsigned long long)src_lba, cur_nolb); in target_xcopy_do_work()
736 pr_debug("%s: Calling write dst_dev: %p dst_lba: %llu, cur_nolb: %u\n", in target_xcopy_do_work()
737 __func__, dst_dev, (unsigned long long)dst_lba, cur_nolb); in target_xcopy_do_work()

Completed in 3 milliseconds