Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/target/
Dtarget_core_xcopy.c733 unsigned short nolb, cur_nolb, max_nolb, copied_nolb = 0; in target_xcopy_do_work() local
763 cur_nolb = min(nolb, max_nolb); in target_xcopy_do_work()
766 " cur_nolb: %hu\n", src_dev, (unsigned long long)src_lba, cur_nolb); in target_xcopy_do_work()
768 rc = target_xcopy_read_source(ec_cmd, xop, src_dev, src_lba, cur_nolb); in target_xcopy_do_work()
772 src_lba += cur_nolb; in target_xcopy_do_work()
777 " cur_nolb: %hu\n", dst_dev, (unsigned long long)dst_lba, cur_nolb); in target_xcopy_do_work()
780 dst_lba, cur_nolb); in target_xcopy_do_work()
786 dst_lba += cur_nolb; in target_xcopy_do_work()
790 copied_nolb += cur_nolb; in target_xcopy_do_work()
791 nolb -= cur_nolb; in target_xcopy_do_work()