Searched refs:working_bytes (Results 1 – 2 of 2) sorted by relevance
273 unsigned long working_bytes; in lzo_decompress_biovec() local304 working_bytes = in_len; in lzo_decompress_biovec()318 while (working_bytes) { in lzo_decompress_biovec()319 bytes = min(working_bytes, in_page_bytes_left); in lzo_decompress_biovec()324 working_bytes -= bytes; in lzo_decompress_biovec()329 if ((working_bytes == 0 && in_page_bytes_left < LZO_LEN) in lzo_decompress_biovec()333 if (working_bytes == 0 && tot_in >= tot_len) in lzo_decompress_biovec()
991 unsigned long working_bytes = total_out - buf_start; in btrfs_decompress_buf2page() local1012 working_bytes -= buf_offset; in btrfs_decompress_buf2page()1019 while (working_bytes > 0) { in btrfs_decompress_buf2page()1022 bytes = min(bytes, working_bytes); in btrfs_decompress_buf2page()1030 working_bytes -= bytes; in btrfs_decompress_buf2page()1058 working_bytes = total_out - start_byte; in btrfs_decompress_buf2page()