Lines Matching refs:tot_out
133 unsigned long tot_out = 0;
156 tot_out = LZO_LEN;
175 tot_out += LZO_LEN;
180 tot_out += out_len;
205 tot_out += pg_bytes_left;
233 if (tot_in > 8192 && tot_in < tot_out) {
242 if (tot_out > max_out)
255 if (tot_out >= tot_in) {
262 write_compress_length(cpage_out, tot_out);
267 *total_out = tot_out;
300 unsigned long tot_out;
328 tot_out = 0;
408 buf_start = tot_out;
409 tot_out += out_len;
412 tot_out, disk_start, orig_bio);