Searched refs:this_off (Results 1 – 1 of 1) sorted by relevance
2231 unsigned long this_off = offset; in ldc_copy() local2233 if (this_off > this_len) in ldc_copy()2234 this_off = this_len; in ldc_copy()2236 offset -= this_off; in ldc_copy()2237 this_len -= this_off; in ldc_copy()2240 cookie_raddr += this_off; in ldc_copy()