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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Dzlib.c362 unsigned long working_bytes; local
413 working_bytes = total_out - buf_start;
421 if (working_bytes == 0) {
440 working_bytes -= buf_offset;
447 while (working_bytes > 0) {
450 bytes = min(bytes, working_bytes);
460 working_bytes -= bytes;
491 working_bytes = total_out - start_byte;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dzlib.c362 unsigned long working_bytes; local
413 working_bytes = total_out - buf_start;
421 if (working_bytes == 0) {
440 working_bytes -= buf_offset;
447 while (working_bytes > 0) {
450 bytes = min(bytes, working_bytes);
460 working_bytes -= bytes;
491 working_bytes = total_out - start_byte;

Completed in 99 milliseconds