/Linux-v4.19/fs/jffs2/ |
D | compr_zlib.c | 96 def_strm.avail_out = *dstlen - (def_strm.total_out + STREAM_END_SPACE); in jffs2_zlib_compress() 98 (*sourcelen-def_strm.total_in), def_strm.avail_out); in jffs2_zlib_compress() 100 def_strm.avail_in, def_strm.avail_out); in jffs2_zlib_compress() 103 def_strm.avail_in, def_strm.avail_out, in jffs2_zlib_compress() 112 def_strm.avail_out += STREAM_END_SPACE; in jffs2_zlib_compress() 155 inf_strm.avail_out = destlen; in jffs2_zlib_decompress()
|
/Linux-v4.19/tools/perf/util/ |
D | lzma.c | 62 strm.avail_out = sizeof(buf_out); in lzma_decompress_to_file() 80 if (strm.avail_out == 0 || ret == LZMA_STREAM_END) { in lzma_decompress_to_file() 81 ssize_t write_size = sizeof(buf_out) - strm.avail_out; in lzma_decompress_to_file() 89 strm.avail_out = sizeof(buf_out); in lzma_decompress_to_file()
|
D | zlib.c | 53 zs.avail_out = CHUNK_SIZE; in gzip_decompress_to_file() 67 len = CHUNK_SIZE - zs.avail_out; in gzip_decompress_to_file()
|
/Linux-v4.19/drivers/net/ppp/ |
D | ppp_deflate.c | 220 state->strm.avail_out = oavail = osize - olen; in z_compress() 236 if (state->strm.avail_out == 0) { in z_compress() 239 state->strm.avail_out = oavail = 1000000; in z_compress() 244 olen += oavail - state->strm.avail_out; in z_compress() 455 state->strm.avail_out = 1; in z_decompress() 470 if (state->strm.avail_out != 0) in z_decompress() 473 state->strm.avail_out = osize - PPP_HDRLEN; in z_decompress() 478 ++state->strm.avail_out; in z_decompress() 488 state->strm.avail_out = 1; in z_decompress() 505 olen = osize + overflow - state->strm.avail_out; in z_decompress()
|
/Linux-v4.19/fs/isofs/ |
D | compress.c | 57 .avail_out = 0, }; in zisofs_uncompress_block() 126 if (!stream.avail_out) { in zisofs_uncompress_block() 130 stream.avail_out = PAGE_SIZE - poffset; in zisofs_uncompress_block() 134 stream.avail_out = PAGE_SIZE; in zisofs_uncompress_block() 152 while (stream.avail_out && stream.avail_in) { in zisofs_uncompress_block() 171 stream.avail_out); in zisofs_uncompress_block() 178 if (!stream.avail_out) { in zisofs_uncompress_block()
|
/Linux-v4.19/fs/squashfs/ |
D | zlib_wrapper.c | 72 stream->avail_out = PAGE_SIZE; in zlib_uncompress() 85 if (stream->avail_out == 0) { in zlib_uncompress() 88 stream->avail_out = PAGE_SIZE; in zlib_uncompress()
|
/Linux-v4.19/fs/btrfs/ |
D | zlib.c | 110 workspace->strm.avail_out = PAGE_SIZE; in zlib_compress_pages() 134 if (workspace->strm.avail_out == 0) { in zlib_compress_pages() 149 workspace->strm.avail_out = PAGE_SIZE; in zlib_compress_pages() 225 workspace->strm.avail_out = PAGE_SIZE; in zlib_decompress_bio() 264 workspace->strm.avail_out = PAGE_SIZE; in zlib_decompress_bio() 315 workspace->strm.avail_out = PAGE_SIZE; in zlib_decompress() 370 workspace->strm.avail_out = PAGE_SIZE; in zlib_decompress()
|
/Linux-v4.19/arch/arm/kernel/ |
D | head-inflate-data.c | 54 strm->avail_out = _edata_loc - __data_loc; in __inflate_kernel_data() 60 rc = strm->avail_out; /* should be 0 */ in __inflate_kernel_data()
|
/Linux-v4.19/lib/zlib_inflate/ |
D | infutil.c | 30 strm->avail_out = sz; in zlib_inflate_blob() 37 rc = sz - strm->avail_out; in zlib_inflate_blob()
|
D | inflate.c | 109 copy = out - strm->avail_out; in zlib_updatewindow() 169 left = strm->avail_out; \ 180 strm->avail_out = left; \ 717 if (state->wsize || (state->mode < CHECK && out != strm->avail_out)) in zlib_inflate() 721 out -= strm->avail_out; in zlib_inflate() 733 strm->avail_out != 0 && strm->avail_in == 0) in zlib_inflate() 761 uInt saved_ao = z->avail_out; in zlib_inflateIncomp() 767 z->avail_out = 0; in zlib_inflateIncomp() 773 z->avail_out = saved_ao; in zlib_inflateIncomp()
|
D | inffast.c | 121 beg = out - (start - strm->avail_out); in inflate_fast() 122 end = out + (strm->avail_out - 257); in inflate_fast() 342 strm->avail_out = (unsigned)(out < end ? in inflate_fast()
|
/Linux-v4.19/lib/zlib_deflate/ |
D | deflate.c | 310 if (len > strm->avail_out) len = strm->avail_out; in flush_pending() 319 strm->avail_out -= len; in flush_pending() 345 if (strm->avail_out == 0) return Z_BUF_ERROR; in zlib_deflate() 376 if (strm->avail_out == 0) { in zlib_deflate() 413 if (strm->avail_out == 0) { in zlib_deflate() 442 if (strm->avail_out == 0) { in zlib_deflate() 448 Assert(strm->avail_out > 0, "bug2"); in zlib_deflate() 841 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \ 1103 if (s->strm->avail_out == 0) return need_more; in deflate_slow()
|
/Linux-v4.19/lib/ |
D | decompress_inflate.c | 122 strm->avail_out = out_len; in __gunzip() 154 strm->avail_out = out_len; in __gunzip()
|
/Linux-v4.19/crypto/ |
D | deflate.c | 196 stream->avail_out = *dlen; in __deflate_compress() 241 stream->avail_out = *dlen; in __deflate_decompress() 249 if (ret == Z_OK && !stream->avail_in && stream->avail_out) { in __deflate_decompress()
|
/Linux-v4.19/fs/cramfs/ |
D | uncompress.c | 39 stream.avail_out = dstlen; in cramfs_uncompress_block()
|
/Linux-v4.19/arch/xtensa/boot/lib/ |
D | zmem.c | 71 s.avail_out = dstlen; in gunzip()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_zlib.c | 67 compress_stream.avail_out = pout_buff->size - pout_buff->offset; in cudbg_compress_buff()
|
/Linux-v4.19/include/linux/ |
D | zlib.h | 90 uLong avail_out; /* remaining free space at next_out */ member
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 261 if (zstream->avail_out == 0) { in compress_page() 266 zstream->avail_out = PAGE_SIZE; in compress_page() 292 zstream->avail_out = PAGE_SIZE; in compress_flush() 304 memset(zstream->next_out, 0, zstream->avail_out); in compress_flush() 305 dst->unused = zstream->avail_out; in compress_flush()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | nvram_64.c | 343 stream.avail_out = outlen; in nvram_compress()
|
/Linux-v4.19/fs/ |
D | binfmt_flat.c | 262 strm.avail_out = len; in decompress_exec()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_main.c | 876 p_hwfn->stream->avail_out = max_size; in qed_unzip_data()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 6618 bp->strm->avail_out = FW_BUF_SIZE; in bnx2x_gunzip() 6629 bp->gunzip_outlen = (FW_BUF_SIZE - bp->strm->avail_out); in bnx2x_gunzip()
|