Searched refs:cur_nolb (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/target/ |
D | target_core_xcopy.c | 748 unsigned short nolb = xop->nolb, cur_nolb, max_nolb, copied_nolb = 0; in target_xcopy_do_work() local 767 cur_nolb = min(nolb, max_nolb); in target_xcopy_do_work() 770 " cur_nolb: %hu\n", src_dev, (unsigned long long)src_lba, cur_nolb); in target_xcopy_do_work() 772 rc = target_xcopy_read_source(ec_cmd, xop, src_dev, src_lba, cur_nolb); in target_xcopy_do_work() 776 src_lba += cur_nolb; in target_xcopy_do_work() 781 " cur_nolb: %hu\n", dst_dev, (unsigned long long)dst_lba, cur_nolb); in target_xcopy_do_work() 784 dst_lba, cur_nolb); in target_xcopy_do_work() 790 dst_lba += cur_nolb; in target_xcopy_do_work() 794 copied_nolb += cur_nolb; in target_xcopy_do_work() 795 nolb -= cur_nolb; in target_xcopy_do_work()
|