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

/linux-master/fs/btrfs/
H A Dzstd.c387 unsigned long tot_in = 0; local
438 if (tot_in + workspace->in_buf.pos > 8192 &&
439 tot_in + workspace->in_buf.pos <
474 tot_in += workspace->in_buf.pos;
480 tot_in += PAGE_SIZE;
528 if (tot_out >= tot_in) {
534 *total_in = tot_in;

Completed in 131 milliseconds