Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.c770 unsigned short nolb = xop->nolb, cur_nolb, max_nolb, copied_nolb = 0; in target_xcopy_do_work() local
789 cur_nolb = min(nolb, max_nolb); in target_xcopy_do_work()
792 " cur_nolb: %hu\n", src_dev, (unsigned long long)src_lba, cur_nolb); in target_xcopy_do_work()
794 rc = target_xcopy_read_source(ec_cmd, xop, src_dev, src_lba, cur_nolb); in target_xcopy_do_work()
798 src_lba += cur_nolb; in target_xcopy_do_work()
803 " cur_nolb: %hu\n", dst_dev, (unsigned long long)dst_lba, cur_nolb); in target_xcopy_do_work()
806 dst_lba, cur_nolb); in target_xcopy_do_work()
812 dst_lba += cur_nolb; in target_xcopy_do_work()
816 copied_nolb += cur_nolb; in target_xcopy_do_work()
817 nolb -= cur_nolb; in target_xcopy_do_work()