Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dlzo.c273 unsigned long working_bytes; in lzo_decompress_biovec() local
304 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()
Dcompression.c991 unsigned long working_bytes = total_out - buf_start; in btrfs_decompress_buf2page() local
1012 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()