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

/linux-master/fs/btrfs/
H A Dzstd.c388 unsigned long tot_out = 0; local
440 tot_out + workspace->out_buf.pos) {
447 tot_out += workspace->out_buf.pos;
454 tot_out += PAGE_SIZE;
502 tot_out += workspace->out_buf.pos;
506 tot_out += workspace->out_buf.pos;
511 tot_out += PAGE_SIZE;
528 if (tot_out >= tot_in) {
535 *total_out = tot_out;

Completed in 95 milliseconds