Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_xcopy.c798 unsigned short nolb, cur_nolb, max_nolb, copied_nolb = 0; in target_xcopy_do_work() local
820 max_nolb = min_t(u16, max_sectors, ((u16)(~0U))); in target_xcopy_do_work()
823 nolb, max_nolb, (unsigned long long)end_lba); in target_xcopy_do_work()
828 cur_nolb = min(nolb, max_nolb); in target_xcopy_do_work()