Searched refs:cur_nolb (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/target/ |
D | target_core_xcopy.c | 798 unsigned short nolb, cur_nolb, max_nolb, copied_nolb = 0; in target_xcopy_do_work() local 828 cur_nolb = min(nolb, max_nolb); in target_xcopy_do_work() 831 " cur_nolb: %hu\n", src_dev, (unsigned long long)src_lba, cur_nolb); in target_xcopy_do_work() 833 rc = target_xcopy_read_source(ec_cmd, xop, src_dev, src_lba, cur_nolb); in target_xcopy_do_work() 837 src_lba += cur_nolb; in target_xcopy_do_work() 842 " cur_nolb: %hu\n", dst_dev, (unsigned long long)dst_lba, cur_nolb); in target_xcopy_do_work() 845 dst_lba, cur_nolb); in target_xcopy_do_work() 851 dst_lba += cur_nolb; in target_xcopy_do_work() 855 copied_nolb += cur_nolb; in target_xcopy_do_work() 856 nolb -= cur_nolb; in target_xcopy_do_work()
|