Searched refs:tot_in (Results 1 - 1 of 1) sorted by relevance

/fs/btrfs/
H A Dlzo.c109 unsigned long tot_in = 0; local
140 while (tot_in < len) {
156 tot_in += in_len;
186 if (out_len == 0 && tot_in >= len)
210 if (tot_in > 8192 && tot_in < tot_out) {
216 if (tot_in >= len)
222 bytes_left = len - tot_in;
232 if (tot_out > tot_in)
243 *total_in = tot_in;
280 unsigned long tot_in; local
[all...]

Completed in 3 milliseconds